php functions.php - 删除WP表情符号

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php functions.php - 删除WP表情符号相关的知识,希望对你有一定的参考价值。

// Remove WP Emoji
remove_action('wp_head', 'print_emoji_detection_script', 7);
remove_action('wp_print_styles', 'print_emoji_styles');
remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
remove_action( 'admin_print_styles', 'print_emoji_styles' );

以上是关于php functions.php - 删除WP表情符号的主要内容,如果未能解决你的问题,请参考以下文章

php WP functions.php

php WP functions.php

php WP - functions.php中的基本功能

PHP WP添加后缩略图 - functions.php

php 通过functions.php控制WP修订版

php 通过functions.php将Google字体添加到WP