Remove the emojicons via functions.php
This commit is contained in:
parent
49141e4e84
commit
ee27ec3644
|
@ -31,4 +31,8 @@ function understrap_scripts() {
|
|||
wp_enqueue_script( 'understrap-carousel-script', get_template_directory_uri() . '/js/owl.carousel.min.js', array(), '20024', true );}
|
||||
}
|
||||
|
||||
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