woof_clear_all_text
Altera o texto do botão ‘Limpar tudo’ no painel de navegação da pesquisa.
add_filter('woof_clear_all_text', function($default_text) {
return 'Clear the filter';
}, 99, 1);

A partir da v.2.2.5/1.2.5
Altera o texto do botão ‘Limpar tudo’ no painel de navegação da pesquisa.
add_filter('woof_clear_all_text', function($default_text) {
return 'Clear the filter';
}, 99, 1);

A partir da v.2.2.5/1.2.5