Home › Forums › WoodMart support forum › Database Query Problem (from my host provider) › Reply To: Database Query Problem (from my host provider)
January 17, 2019 at 7:07 am
#102376
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to disable it
add_filter( 'woodmart_check_ranges_price_filter', '__return_false', 10 );