woocommerce_rest_delete_shipping_zone_method

woocommerce_rest_delete_shipping_zone_method

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

do_action('woocommerce_rest_delete_shipping_zone_method') is found 1 times:

  • /includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php line 243
    		 * @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.