Linux 软件免费装

Post emoji

开发者 wppunk
更新时间 2020年11月24日 04:40
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.5
版权: MIT

标签

emoji posts vote эмоции голосование

下载

详情介绍:

Just add the shortcode [emoji] for your post and display a list of emoji. Your customers can easily vote for your posts. Features

安装:

  1. Upload emoji folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.

升级注意事项:

1.0.0
  • Initial release

常见问题:

How to add emoji to the posts via code

if ( function_exists( 'the_emoji' ) ) { the_emoji(); } Or echo do_shortcode( '[emoji]' ); echo do_shortcode( '[emoji post_id="15"]' );

How to print emoji count in the loop

if ( function_exists( 'the_emoji_count' ) { the_emoji_count( get_the_ID() ); }

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0