Home › Forums › Basel support forum › Remove SORT BY and set NEW FILTERS › Reply To: Remove SORT BY and set NEW FILTERS
September 6, 2017 at 5:51 pm
#18970
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the functions.php file in the child theme to remove these filters
add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
Regards