woocommerce_rest_delete_product_attribute, $attribute, $response, $request
woocommerce_rest_delete_product_attribute, $attribute, $response, $request
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_rest_delete_product_attribute, $attribute, $response, $request') is found 1 times:
- /includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php line 413
* @param stdObject $attribute The deleted attribute. * @param WP_REST_Response $response The response data. * @param WP_REST_Request $request The request sent to the API. */ do_action( 'woocommerce_rest_delete_product_attribute', $attribute, $response, $request ); return $response; } /** * Prepare a single product attribute output for response.