This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Setup_Page::the_header()
The page header
Return
(void)
Source
File: includes/libs/admin/page/setup-page.class.php
private function the_header(){ _wp_admin_html_begin(); printf('<title>%s</title>', __('Quick Setup', 'codeflavors-vimeo-video-post-lite')); wp_enqueue_style( 'colors' ); wp_enqueue_style( 'ie' ); wp_enqueue_script( 'utils' ); wp_enqueue_script( 'buttons' ); /** * @ignore */ do_action('admin_print_styles'); /** * @ignore */ do_action('admin_print_scripts'); /** * Action triggered on loading the video modal window * @ignore */ do_action('vimeotheque\admin\setup_wizard_print_scripts'); echo '</head>'; echo '<body class="wp-core-ui">'; }