WC_Shipping_Zone_Data_Store_Interface::get_zone_id_by_instance_id()publicWC 1.0

Return a zone ID from an instance ID.

Method of the class: WC_Shipping_Zone_Data_Store_Interface{}

No Hooks.

Return

Int.

Usage

$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) (required)
Instance ID.

WC_Shipping_Zone_Data_Store_Interface::get_zone_id_by_instance_id() code WC 8.7.0

public function get_zone_id_by_instance_id( $id );