wzkb_tag_args
Filter the arguments of the custom tags.
Type: filter
Since: 1.2.0
Source: includes/class-cpt.php line 316
Parameters
| Type | Name | Description |
|---|---|---|
array | $tag_args | Tag arguments |
Usage
add_filter( 'wzkb_tag_args', function($tag_args) {
// ...
return $tag_args;
} );