/** * Disable WordPress emoji scripts and styles */ function disable_wp_emojis() { remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_action( 'admin_print_styles', 'print_emoji_styles' ); remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); add_filter( 'tiny_mce_plugins', function( $plugins ) { return is_array( $plugins ) ? array_diff( $plugins, array( 'wpemoji' ) ) : array(); }); add_filter( 'emoji_svg_url', '__return_false' ); } add_action( 'init', 'disable_wp_emojis' ); function remove_wp_emoji_loader() { wp_dequeue_script( 'wp-emoji-release' ); wp_deregister_script( 'wp-emoji-release' ); } add_action( 'wp_enqueue_scripts', 'remove_wp_emoji_loader', 100 ); /** * CSP Nonce Injection * Generates a per-request nonce, sends the CSP header with it, * and stamps every inline

Contact us

Whatever your question or enquiry, get in touch - we'd love to hear from you

Sales Enquiries

Our global offices
TIM Group London 10 Queen Street Place
London
EC4R 1BE
T: + 44 (0) 845 680 9598
View in Google Maps
TIM Group New York 8th Floor, 1501 Broadway
New York
NY 10036
T: + 1 (844) 207 1445
View in Google Maps
TIM Group Hong Kong 25/F The Center
99 Queen's Road Central
Hong Kong
T: + 852 2815 8912
View in Google Maps