woocommerce_legacy_reports_init()
Initialize the WooCommerce legacy reports.
Хуков нет.
Возвращает
null. Ничего (null).
Использование
woocommerce_legacy_reports_init();
Код woocommerce_legacy_reports_init() woocommerce legacy reports init WC 10.8.1
function woocommerce_legacy_reports_init() {
require_once __DIR__ . '/class-wc-admin-reports.php';
WC_Admin_Reports::register_hook_handlers();
}