HUSKY - Product Filter for WooCommerce

woof_before_draw_filter

在 WOOF 筛选表单中,每个筛选元素打印之前执行。

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

v.2.2.5/1.2.5 版本起