Viewing 2 replies - 1 through 2 (of 2 total)
  • hello,

    Just open function.php file using wp-dashboard > appearance > editor > select function.php (theme function) and add the code given below and update file.

    // REMOVE EMOJI ICONS
    remove_action(‘wp_head’, ‘print_emoji_detection_script’, 7);
    remove_action(‘wp_print_styles’, ‘print_emoji_styles’);

    Best!

    Thread Starter littlebat1980

    (@littlebat1980)

    Thanks very much – worked like a charm!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange code above post pages’ is closed to new replies.