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

About Us

We provide the world's leading end-to-end trade ideas service for sell-side contributors and buy-side recipients

Colin Berthoud

Founding Partner

Management Team

Colin has more than 20 years’ experience in the enterprise software development industry. He co-founded Summit Financial Systems in 1994, the UK distributor for Summit, a US-based provider of derivatives software. Summit Financial Systems then invested its capital to develop a new trading system product: Tamesis.

Before co-founding Summit Financial Systems, Colin held senior sales, management and consulting roles at Logica, the leading UK systems integrator. When Logica became the distributor for Teknekron (now TIBCO) in the UK, Colin built the business into one of Logica’s largest and fastest growing business lines.

In 2002 Colin co-founded what is known today as TIM Group – the world’s largest independent trade ideas network.