WC_Admin_Reports::get_report_instance
Get an instance of WC_Admin_Report.
Method of the class: WC_Admin_Reports{}
No Hooks.
Returns
WC_Admin_Report.
Usage
$result = WC_Admin_Reports::get_report_instance();
WC_Admin_Reports::get_report_instance() WC Admin Reports::get report instance code WC 10.3.6
public static function get_report_instance() {
include_once __DIR__ . '/reports/class-wc-admin-report.php';
return new WC_Admin_Report();
}