WC_Shipping_Zone_Data_Store_Interface::get_method()publicWC 1.0

Get a shipping zone method instance.

Метод класса: WC_Shipping_Zone_Data_Store_Interface{}

Хуков нет.

Возвращает

Объект.

Использование

$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) (обязательный)
Instance ID.

Код WC_Shipping_Zone_Data_Store_Interface::get_method() WC 8.7.0

public function get_method( $instance_id );