WC_Shipping_Zone_Data_Store_Interface::delete_method()publicWC 1.0

Delete a method instance.

Method of the class: WC_Shipping_Zone_Data_Store_Interface{}

No Hooks.

Return

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() code WC 8.7.0

public function delete_method( $instance_id );