HUSKY - Product Filter for WooCommerce

検索ナビゲーションパネル内の‘Clear all’ボタンのテキストを変更します。

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

v.2.2.5/1.2.5 から