WC_Admin_Reports::get_report_instance
Get an instance of WC_Admin_Report.
Метод класса: WC_Admin_Reports{}
Хуков нет.
Возвращает
WC_Admin_Report.
Использование
$result = WC_Admin_Reports::get_report_instance();
Код WC_Admin_Reports::get_report_instance() WC Admin Reports::get report instance WC 10.7.0
public static function get_report_instance() {
include_once __DIR__ . '/reports/class-wc-admin-report.php';
return new WC_Admin_Report();
}