Home › Forums › WoodMart support forum › Filters › Reply To: Filters
April 13, 2018 at 9:15 am
#52334

Artem Temos
Keymaster
Add the following code snippet to the functions.php file in your child theme to remove default sorting filter
add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );