HUSKY - Products Filter Professional for WooCommerce

woof_clear_all_text

Allows to change text for ‘Clear all’ button in the search navigation panel

add_filter('woof_clear_all_text', function($default_text) {
    return 'Clear the filter';
}, 99, 1);

From v.2.2.5/1.2.5

 


Troubles? Ask for Support!