Home Forums WoodMart support forum probleme Reply To: probleme

#23560

Artem Temos
Keymaster

Try to add the following code snippet to the functions.php file in the child theme

add_action( 'wp_print_scripts', 'woodmart_de_script', 100 );

function woodmart_de_script() {
	wp_dequeue_script( 'woodmart-countdown' );
	wp_deregister_script( 'woodmart-countdown' );
}