WC_Shipping_Zone_Data_Store_Interface::delete_method
Delete a method instance.
Method of the class: WC_Shipping_Zone_Data_Store_Interface{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Shipping_Zone_Data_Store_Interface = new WC_Shipping_Zone_Data_Store_Interface(); $WC_Shipping_Zone_Data_Store_Interface->delete_method( $instance_id );
- $instance_id(int) (required)
- Instance ID.
WC_Shipping_Zone_Data_Store_Interface::delete_method() WC Shipping Zone Data Store Interface::delete method code WC 10.6.2
public function delete_method( $instance_id );