找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 17|回复: 1

有什么方法删除Emojis的JS和CSS?

[复制链接]

13

主题

240

回帖

577

积分

高级会员

积分
577
发表于 2017-8-27 17:18:10 | 显示全部楼层 |阅读模式
[ol]
  • /**
  • * Disable the emoji's
  • */
  • function disable_emojis() {
  •         remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
  •         remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
  •         remove_action( 'wp_print_styles', 'print_emoji_styles' );
  •         remove_action( 'admin_print_styles', 'print_emoji_styles' );
  •         remove_filter( 'the_content_feed', 'wp_staticize_emoji' );
  •         remove_filter( 'comment_text_rss', 'wp_staticize_emoji' );
  •         remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' );
  •         add_filter( 'tiny_mce_plugins', 'disable_emojis_tinymce' );
  • }
  • add_action( 'init', 'disable_emojis' );[/ol]复制代码
  • 回复

    使用道具 举报

    31

    主题

    751

    回帖

    1661

    积分

    金牌会员

    积分
    1661
    发表于 2017-8-27 18:37:03 | 显示全部楼层
    插件disable emojis
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-4-20 04:57 , Processed in 0.014288 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表