Remove the emojicons via functions.php
This commit is contained in:
parent
49141e4e84
commit
ee27ec3644
|
@ -32,3 +32,7 @@ function understrap_scripts() {
|
||||||
}
|
}
|
||||||
|
|
||||||
add_action( 'wp_enqueue_scripts', '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' );
|
||||||
|
|
Reference in New Issue