woocommerce_legacy_reports_init()WC 1.0

Initialize the WooCommerce legacy reports.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

woocommerce_legacy_reports_init();

Код woocommerce_legacy_reports_init() WC 9.7.1

function woocommerce_legacy_reports_init() {
	require_once __DIR__ . '/class-wc-admin-reports.php';

	WC_Admin_Reports::register_hook_handlers();
}