WordPress 如何禁用Emoji

rhymo
rhymo
管理员
1234
文章
0
粉丝
建站评论阅读模式
解锁LiblibAI会员,在线生图效率翻倍!👉点击立即解锁 AI 逆袭通道

WordPress 如何禁用Emoji
把如下代码copy到主题的functions.php文件即可

  1. remove_action( 'admin_print_scripts', 'print_emoji_detection_script');  
  2. remove_action( 'admin_print_styles', 'print_emoji_styles');  
  3. remove_action( 'wp_head', 'print_emoji_detection_script', 7);  
  4. remove_action( 'wp_print_styles', 'print_emoji_styles');  
  5. remove_filter( 'the_content_feed', 'wp_staticize_emoji');  
  6. remove_filter( 'comment_text_rss', 'wp_staticize_emoji');  
  7. remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email');  

Q群:813145834
点击复制账号
weinxin
813145834
QQ群号已复制
公众号:第九艺术笔记
点击复制账号
weinxin
artcgdesign
公众号已复制
恒创 香港云服务器
 
rhymo
  • 本文由 rhymo 发表于2021-03-26 08:02:58
  • 转载请务必保留本文链接:https://www.artcg.design/292.html

发表评论