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;