From 345e9c7c44c6495df2ecad9a7bd6ae01efbe7ee7 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 28 Apr 2015 09:58:44 +0100 Subject: [PATCH] Remove emoji support --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 5192c57..9ea924e 100644 --- a/functions.php +++ b/functions.php @@ -27,6 +27,8 @@ remove_action( 'wp_head', 'start_post_rel_link' ); remove_action( 'wp_head', 'index_rel_link' ); remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' ); remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); +remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); +remove_action( 'wp_print_styles', 'print_emoji_styles' ); function barebones_remove_comments_rss( $for_comments ) { return;