Remove the emojicons via functions.php

This commit is contained in:
koenemann 2016-02-25 15:18:26 +01:00
parent 49141e4e84
commit ee27ec3644
1 changed files with 5 additions and 1 deletions

View File

@ -32,3 +32,7 @@ function understrap_scripts() {
}
add_action( 'wp_enqueue_scripts', 'understrap_scripts' );
// Removing the fuc!?$% emoji´s
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
remove_action( 'wp_print_styles', 'print_emoji_styles' );