Remove emoji support
This commit is contained in:
parent
a48e9be598
commit
345e9c7c44
|
@ -27,6 +27,8 @@ remove_action( 'wp_head', 'start_post_rel_link' );
|
||||||
remove_action( 'wp_head', 'index_rel_link' );
|
remove_action( 'wp_head', 'index_rel_link' );
|
||||||
remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );
|
remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );
|
||||||
remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 );
|
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 ) {
|
function barebones_remove_comments_rss( $for_comments ) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue