WC_Admin_Reports
in package
WC_Admin_Reports Class.
Table of Contents
- get_report() : mixed
- Get a report from our reports subfolder.
- get_reports() : array<string|int, mixed>
- Returns the definitions for the reports to show in admin.
- output() : mixed
- Handles output of the reports page in admin.
Methods
get_report()
Get a report from our reports subfolder.
public
static get_report(string $name) : mixed
Parameters
- $name : string
Return values
mixed —get_reports()
Returns the definitions for the reports to show in admin.
public
static get_reports() : array<string|int, mixed>
Return values
array<string|int, mixed> —output()
Handles output of the reports page in admin.
public
static output() : mixed