Remove emoji support

This commit is contained in:
Mike Francis 2015-04-28 09:58:44 +01:00
parent a48e9be598
commit 345e9c7c44
1 changed files with 2 additions and 0 deletions

View File

@ -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;