WC_REST_Report_Sales_Controller{}
REST API Report Sales controller class.
No Hooks.
Usage
$WC_REST_Report_Sales_Controller = new WC_REST_Report_Sales_Controller(); // use class methods
Methods
No Methods in class.
Notes
- Package: WooCommerce\RestApi
WC_REST_Report_Sales_Controller{} WC REST Report Sales Controller{} code WC 9.5.1
class WC_REST_Report_Sales_Controller extends WC_REST_Report_Sales_V2_Controller { /** * Endpoint namespace. * * @var string */ protected $namespace = 'wc/v3'; }