WordPress: Remove emoji code from the header

2019-07-01 WordPress

In your functions.php paste below lines:

remove_action('wp_head', 'print_emoji_detection_script', 7);
remove_action('wp_print_styles', 'print_emoji_styles');