HUSKY - Product Filter for WooCommerce

woof_start_filtering_btn_txt

Hook per il pulsante “Mostra il modulo di filtro prodotti” che appare nello shortcode [woof start_filtering_btn=1]

 add_filter('woof_start_filtering_btn_txt', function($txt){
        return "Load form!!";
    });

Da: v.2.1.6