主机参考:VPS测评参考推荐/专注分享VPS服务器优惠信息!若您是商家可以在本站进行投稿,查看详情!此外我们还提供软文收录、PayPal代付、广告赞助等服务,查看详情! |
我们发布的部分优惠活动文章可能存在时效性,购买时建议在本站搜索商家名称可查看相关文章充分了解该商家!若非中文页面可使用Edge浏览器同步翻译!PayPal代付/收录合作 |
WordPress Emoji 的实现将调用 http:// sworg / images / core / emoji / 72x72 / 来渲染 Emoji,并且在中国无法访问此地址,因此在函数的当前主题中禁用 WordPress Emoji 函数
将以下代码添加到php 文件中
remove_action('admin_print_scripts', 'print_emoji_detection_script'); remove_action('admin_print_styles', 'print_emoji_styles'); remove_action('wp_head', 'print_emoji_detection_script', 7); remove_action('wp_print_styles', 'print_emoji_styles'); remove_action('embed_head', 'print_emoji_detection_script'); 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( 'emoji_svg_url', '__return_false' );
将以上代码添加到文件底部即可实现相关功能
这几篇文章你可能也喜欢:
- 暂无相关推荐文章
本文由主机参考刊发,转载请注明:主机参考_WordPress技巧分享_WordPress教程_禁用表情符号以提高网站加载速度 https://zhujicankao.com/1642.html
主机参考_WordPress技巧分享_WordPress教程_禁用表情符号以提高网站加载速度