WC_REST_System_Status_Tools_Controller{}└─ WC_REST_System_Status_Tools_V2_Controller
System status tools controller.
No Hooks.
Usage
$WC_REST_System_Status_Tools_Controller = new WC_REST_System_Status_Tools_Controller(); // use class methods
Methods
No Methods in class.Notes
- Package: WooCommerce\RestApi
WC_REST_System_Status_Tools_Controller{} WC REST System Status Tools Controller{} code WC 10.3.6
class WC_REST_System_Status_Tools_Controller extends WC_REST_System_Status_Tools_V2_Controller {
/**
* Endpoint namespace.
*
* @var string
*/
protected $namespace = 'wc/v3';
}