Recent

wzkb_tag_args filter

wzkb_tag_args

Filter the arguments of the custom tags.

Type: filter
Since: 1.2.0
Source: includes/class-cpt.php line 316

Parameters

TypeNameDescription
array$tag_argsTag arguments

Usage

add_filter( 'wzkb_tag_args', function($tag_args) {
    // ...
    return $tag_args;
} );