| 1 | | You do also see the wp-emoji-release.min.js from loading in the header of site load. But it can be blocked from loading in the header. |
| | 1 | You do also see the wp-emoji-release.min.js from loading in the header on site load. But it can be blocked from loading in the header. |
| | 2 | |
| | 3 | remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); |
| | 4 | remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); |
| | 5 | remove_action( 'wp_print_styles', 'print_emoji_styles' ); |
| | 6 | remove_action( 'admin_print_styles', 'print_emoji_styles' ); |