Skip to the content Skip to the Navigation

M Williams

  • Home
  • Skills
    • Currently working on
  • Portfolio
  • Blog
  • Contact
Blog
  1. HOME
  2. Blog
  3. July 2019

July 2019

29/07/2019 / Last updated : 29/07/2019 Michael Reference

Removing emoji cruft from a WP installation

Just add this to the child functions.php and the jobs a good ‘un. remove_action( ‘wp_head’, ‘print_emoji_detection_script’, 7 ); remove_action( ‘admin_print_scripts’, ‘print_emoji_detection_script’ ); remove_action( ‘wp_print_styles’, ‘print_emoji_styles’ ); remove_action( ‘admin_print_styles’, ‘print_emoji_styles’ );

Recent Posts

Switching the order of block elements with CSS

10/09/2019

Removing emoji cruft from a WP installation

29/07/2019

Sites for reference – Magento & HTTP headers

02/03/2017

Leverage browser caching

02/03/2017

enable gzip compression by adding instructions in your .htaccess

02/03/2017

Category

  • Reference

Archive

  • September 2019
  • July 2019
  • March 2017

Copyright © M Williams All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.

MENU
  • Home
  • Skills
    • Currently working on
  • Portfolio
  • Blog
  • Contact