wzkb_post_type_args
Filter the arguments passed to register the post type.
Type: filter
Since: 1.2.0
Source: includes/class-cpt.php line 132
Parameters
| Type | Name | Description |
|---|---|---|
array | $ptargs | Post type arguments |
Usage
add_filter( 'wzkb_post_type_args', function($ptargs) {
// ...
return $ptargs;
} );