7426*7427* @since 3.6.07428*7429* @param bool$show Whether to load the authentication check.7430* @param WP_Screen$screen The current screen object.7431*/7432if(apply_filters('wp_auth_check_load',$show,$screen)){7433wp_enqueue_style('wp-auth-check');7434wp_enqueue_script('wp-auth-check');74357436add_action('admin_print_footer_scripts','wp_auth_check_html',5);7437add_action('wp_print_footer_scripts','wp_auth_check_html',5);7438}
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.