Recent

wzkb_cat_argsfilter

wzkb_cat_args

Filter the arguments of the custom categories.

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

Parameters

Type Name Description
array $cat_args Category arguments

Usage

add_filter( 'wzkb_cat_args', function($cat_args) {
    // ...
    return $cat_args;
} );