HUSKY - Products Filter Professional for WooCommerce

woof_filter_shortcode_args

Hook für den Shortcode [woof] zum Ändern der Shortcode-Argumente im laufenden Betrieb, abhängig von Geschäftsbedingungen

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

Von v.2.2.5/1.2.5