woof_clear_all_text
Changes the text of the ‘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
Changes the text of the ‘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