HUSKY - Products Filter Professional for WooCommerce

woof_filter_shortcode_args

ショートコード [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