WC_REST_Shipping_Zone_Locations_Controller{}└─ WC_REST_Shipping_Zone_Locations_V2_Controller
REST API Shipping Zone Locations class.
No Hooks.
Usage
$WC_REST_Shipping_Zone_Locations_Controller = new WC_REST_Shipping_Zone_Locations_Controller(); // use class methods
Methods
No Methods in class.Notes
- Package: WooCommerce\RestApi
WC_REST_Shipping_Zone_Locations_Controller{} WC REST Shipping Zone Locations Controller{} code WC 10.6.2
class WC_REST_Shipping_Zone_Locations_Controller extends WC_REST_Shipping_Zone_Locations_V2_Controller {
/**
* Endpoint namespace.
*
* @var string
*/
protected $namespace = 'wc/v3';
}