WC_Shipping_Zone_Data_Store_Interface::get_zone_id_by_instance_id()
Return a zone ID from an instance ID.
Метод класса: WC_Shipping_Zone_Data_Store_Interface{}
Хуков нет.
Возвращает
int
.
Использование
$WC_Shipping_Zone_Data_Store_Interface = new WC_Shipping_Zone_Data_Store_Interface(); $WC_Shipping_Zone_Data_Store_Interface->get_zone_id_by_instance_id( $id );
- $id(int) (обязательный)
- Instance ID.
Код WC_Shipping_Zone_Data_Store_Interface::get_zone_id_by_instance_id() WC Shipping Zone Data Store Interface::get zone id by instance id WC 9.3.1
public function get_zone_id_by_instance_id( $id );