Automattic\WooCommerce\Admin
ReportExporter::init
Hook in action methods.
Метод класса: ReportExporter{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = ReportExporter::init();
Код ReportExporter::init() ReportExporter::init WC 10.9.4
public static function init() {
// Initialize scheduled action handlers.
self::scheduler_init();
// Report download handler.
add_action( 'admin_init', array( __CLASS__, 'download_export_file' ) );
}