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