woocommerce_rest_delete_shipping_zone_method, $method, $zone, $response, $request
woocommerce_rest_delete_shipping_zone_method, $method, $zone, $response, $request
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_rest_delete_shipping_zone_method, $method, $zone, $response, $request') is found 2 times:
- /includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php line 247
* @param WC_Shipping_Zone $zone The shipping zone the method belonged to. * @param WP_REST_Response $response The response data. * @param WP_REST_Request $request The request sent to the API. */ do_action( 'woocommerce_rest_delete_shipping_zone_method', $method, $zone, $response, $request ); return $response; } /** * Update A Single Shipping Zone Method.
- /src/Internal/RestApi/Routes/V4/ShippingZoneMethod/Controller.php line 282
* @param WC_Shipping_Zone $zone The shipping zone the method belonged to. * @param WP_REST_Response $response The response data. * @param WP_REST_Request $request The request sent to the API. */ do_action( 'woocommerce_rest_delete_shipping_zone_method', $method, $zone, $response, $request ); return $response; } /** * Get the schema for shipping methods.