Alternate Code to Plugin?
-
Hi, I know this is a well built and supported plugin, but I was wondering if it was the same/similar/different from adding the following to your functions.php
// REMOVE EMOJI ICONS
remove_action(‘wp_head’, ‘print_emoji_detection_script’, 7);
remove_action(‘wp_print_styles’, ‘print_emoji_styles’);All I want to know is, is this a correct and clean way to accomplish this? No other side effects? Will this plugin to the same thing effectively?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Alternate Code to Plugin?’ is closed to new replies.