wzkb_product_args
Filter the arguments of the products taxonomy.
Type: filter
Since: 3.0.0
Source: includes/class-cpt.php line 284
Parameters
| Type | Name | Description |
|---|---|---|
array | $product_args | Product arguments |
Usage
add_filter( 'wzkb_product_args', function($product_args) {
// ...
return $product_args;
} );