| 开发者 | wppunk |
|---|---|
| 更新时间 | 2020年11月24日 04:40 |
| 捐献地址: | 去捐款 |
| PHP版本: | 5.6 及以上 |
| WordPress版本: | 5.5 |
| 版权: | MIT |
emoji folder to the /wp-content/plugins/ directory.if ( function_exists( 'the_emoji' ) ) { the_emoji(); }
Or
echo do_shortcode( '[emoji]' ); echo do_shortcode( '[emoji post_id="15"]' );
if ( function_exists( 'the_emoji_count' ) { the_emoji_count( get_the_ID() ); }
emoji function that has given access to the DIC