Linux 软件免费装
Banner图

Emoji Settings

开发者 Cybr
更新时间 2023年9月15日 07:44
捐献地址: 去捐款
PHP版本: 7.2.0 及以上
WordPress版本: 6.3
版权: GPLv3
版权网址: 版权信息

标签

mail tinymce script Emoji prefetch emojis emoticon scrips twemoji

下载

1.2.0 1.0.10 1.0.7 1.0.8 1.0.9 1.1.1 2.0.0

详情介绍:

Quickly enable or disable emojis conversion with an option. When you disable the option, Emoji Settings stops the conversion of ASCII smilies like :) and :D to images on any WordPress installation. This plugin also prevents changing real emojis to Twemoji (Twitter) images. It achieves this by removing several default WordPress scripts. You can find the option at "Settings > Writing" (/wp-admin/options-writing.php). This plugin does not prevent real emojis (inserted via an emoji keyboard) from being stored and outputted on your website. Emoji conversion enabled by default I wrote this plugin with a WordPress.com-like environment in mind, giving users an option without overriding standard WordPress behavior. You can change this behavior via filter cw_emoji_overrides. Refer to the code for instructions. Does more than "Disable Emojis" Emoji Settings also fixes Character Encoding issues on sites originally installed with WP 4.2 or lower. And this plugin correctly removes the conversion of emojis in the admin area, for example, from post titles. Translating You can contribute by translating Emoji Settings via the sidebar on this page.

安装:

  1. Install Emoji Settings either via the WordPress.org plugin directory or by uploading the files to your server.
  2. Either Network Activate this plugin or activate it on a single site.
  3. You can now disable emojis through the admin menu under wp-admin/options-writing.php.
  4. That's it! Enjoy!

常见问题:

How do I disable emojis by default

You can implement this filter to achieve that: add_filter( 'cw_emoji_overrides', function( $overrides ) { $overrides['default'] = '0'; // Set disabled by default. return $overrides; } );

更新日志:

2.0.0 1.2.0 1.1.1 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0