woof_filter_shortcode_args
Hook per lo shortcode [woof] per cambiare gli argomenti dello shortcode al volo a seconda delle condizioni di business
add_filter('woof_filter_shortcode_args', function($args) {
//do smth with $args here
return $args;
}, 99, 1);
Da v.2.2.5/1.2.5
