Hi. How can we help?

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' );
}
Was this article helpful?
1 out of 5 found this helpful

Back to Help Center >