WC_REST_Reports_V2_Controller{}
REST API Reports controller class.
No Hooks.
Usage
$WC_REST_Reports_V2_Controller = new WC_REST_Reports_V2_Controller(); // use class methods
Methods
No Methods in class.
Notes
- Package: WooCommerce\RestApi
WC_REST_Reports_V2_Controller{} WC REST Reports V2 Controller{} code WC 9.6.1
class WC_REST_Reports_V2_Controller extends WC_REST_Reports_V1_Controller { /** * Endpoint namespace. * * @var string */ protected $namespace = 'wc/v2'; }