/** * 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

News

Our latest news, market insight and resources

The top three bulge bracket brokerages with the best overall idea performance in North America

31st May 2018