WC_Shipping_Zone_Data_Store_Interface::delete_method() public WC 1.0
Delete a method instance.
{} It's a method of the class: WC_Shipping_Zone_Data_Store_Interface{}
No Hooks.
Return
Null. Nothing.
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)
- Intance ID.
Code of WC_Shipping_Zone_Data_Store_Interface::delete_method() WC Shipping Zone Data Store Interface::delete method WC 5.0.0
public function delete_method( $instance_id );