woof_filter_shortcode_args
Hook pour le shortcode [woof] pour modifier les arguments du shortcode à la volée en fonction des conditions commerciales
add_filter('woof_filter_shortcode_args', function($args) {
//do smth with $args here
return $args;
}, 99, 1);
De v.2.2.5/1.2.5
