Recent

wzkb_product_args filter

wzkb_product_args

Filter the arguments of the products taxonomy.

Type: filter
Since: 3.0.0
Source: includes/class-cpt.php line 284

Parameters

TypeNameDescription
array$product_argsProduct arguments

Usage

add_filter( 'wzkb_product_args', function($product_args) {
    // ...
    return $product_args;
} );