WC_Shipping_Zone_Data_Store_Interface::get_zone_id_by_instance_id()
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() WC Shipping Zone Data Store Interface::get zone id by instance id code WC 9.5.1
public function get_zone_id_by_instance_id( $id );