woocommerce_api_create_product_category_data filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_api_create_product_category_data', 'filter_function_name_6019', 10, 2 ); function filter_function_name_6019( $data, $that ){ // filter... return $data; }
- $data
- -
- $that
- -
Where the hook is called
woocommerce_api_create_product_category_data
woocommerce/includes/legacy/api/v3/class-wc-api-products.php 725
$data = apply_filters( 'woocommerce_api_create_product_category_data', $data, $this );