Recent

wzkb_cat_args filter

wzkb_cat_args

Filter the arguments of the custom categories.

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

Parameters

TypeNameDescription
array$cat_argsCategory arguments

Usage

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