WC_Shipping_Zone_Data_Store_Interface::delete_method()
Delete a method instance.
Method of the class: WC_Shipping_Zone_Data_Store_Interface{}
No Hooks.
Return
null
. Ничего (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 8.3.0
public function delete_method( $instance_id );