HUSKY - Product Filter for WooCommerce

woof_after_draw_filter

在每个筛选元素打印到WOOF筛选表单后生效。

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

v.2.2.5/1.2.5 版本起