Home › Forums › WoodMart support forum › GSC Verification blocked by flicker script › Reply To: GSC Verification blocked by flicker script
January 20, 2022 at 3:37 pm
#346745
Artem Temos
Keymaster
Sorry, try to replace the code with this one
add_action(
'wp',
function() {
remove_action( 'wp_body_open', 'woodmart_fix_transitions_flicking', 1 );
}
);