WordPress禁用Emojis表情符号

为了简化wordpress,可以去掉Emojis表情符号,具体方法如下:

复制代码
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
remove_action( 'wp_print_styles', 'print_emoji_styles' );

将这段代码添加到functions.php文件中即可。

原文

https://www.wpniu.com/article/262.html

相关推荐
2601_965798471 天前
Salient Theme Setup Guide for Fast Creative WordPress Sites
数据库·web3·php·wordpress
2601_965798474 天前
Boutique Business Consulting WordPress Architecture & SEO Setup
android·theme·wordpress
2601_965798475 天前
Plastic Surgery Clinic Web Setup: Deploying Rejuvita WordPress
php·theme·wordpress
2601_965798475 天前
Contractor Web Setup: Deploying Bathrooms & Kitchens Theme Fast
前端·web3·php·wordpress
e6zzseo12 天前
wordpress独立站seo怎么做才有效
seo·wordpress·独立站·内容优化·外链建设
Web极客码14 天前
如何让用户订阅WordPress评论?提升用户互动的有效策略
运维·服务器·wordpress
fobwebs14 天前
Wordpress Xstore 主题安装Elementor Pro 后找不到某些Elements 组件的解决方法
element·wordpress·form·xstore·pro elements·elementor pro
代龙涛15 天前
WordPress sidebar.php 侧边栏开发教程
开发语言·php·wordpress
代龙涛16 天前
WordPress header.php 与 footer.php 模板结构详解
开发语言·php·wordpress
Web极客码21 天前
如何在WordPress中添加动态内容
服务器·前端·wordpress