How to use "product filter" without ajax (filters recharging the page)
How to use "product filter" without ajax (filters recharging the page). Please paste this code in your functions.php:
add_action( 'wp_enqueue_scripts', 'yith_wcan_enqueue_script', 15 );
function yith_wcan_enqueue_script(){
wp_dequeue_script( 'yith-wcan-script' );
}