<?php class WC_Shipping_Zones { public static function get_shipping_method($instance_id) { return new \WC_Shipping_Method($instance_id); } }