WC_Shipping_Zone_Data_Store_Interface::get_method()publicWC 1.0

Get a shipping zone method instance.

Method of the class: WC_Shipping_Zone_Data_Store_Interface{}

No Hooks.

Return

Object.

Usage

$WC_Shipping_Zone_Data_Store_Interface = new WC_Shipping_Zone_Data_Store_Interface();
$WC_Shipping_Zone_Data_Store_Interface->get_method( $instance_id );
$instance_id(int) (required)
Instance ID.

WC_Shipping_Zone_Data_Store_Interface::get_method() code WC 8.7.0

public function get_method( $instance_id );