Home Forums WoodMart support forum Filters Reply To: Filters

#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 );