add_action( 'wp_head', 'gt_co_early_hide', -999 ); function gt_co_early_hide() { if ( ! is_checkout() ) { return; } echo ''; }