woof_filter_shortcode_args
Hook per lo shortcode [woof] per modificare al volo gli argomenti dello shortcode in base alle condizioni commerciali
add_filter('woof_filter_shortcode_args', function($args) {
//do smth with $args here
return $args;
}, 99, 1);
Dalla v.2.2.5/1.2.5
