HUSKY - Product Filter for WooCommerce

WOOFフィルターフォーム内の各フィルター要素の出力前に動作します。

add_action('woof_before_draw_filter', function($key, $shortcode_atts) {
    
    //do here
    
}, 99, 2);

バージョン v.2.2.5/1.2.5 から