HUSKY - Products Filter Professional for WooCommerce

woof_filter_shortcode_args

Hook for shortcode [woof] 用于根据业务条件动态更改短代码参数

add_filter('woof_filter_shortcode_args', function($args) {
    
    //do smth with $args here
    
    return $args;
}, 99, 1);

v.2.2.5/1.2.5