HUSKY - Products Filter Professional for WooCommerce

woof_filter_shortcode_args

Hook for shortcode [woof] for changing shortcode arguments on the fly depending of business conditions

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

From v.2.2.5/1.2.5