7395*7396* @since 3.6.07397*7398* @param bool$show Whether to load the authentication check.7399* @param WP_Screen$screen The current screen object.7400*/7401if(apply_filters('wp_auth_check_load',$show,$screen)){7402wp_enqueue_style('wp-auth-check');7403wp_enqueue_script('wp-auth-check');74047405add_action('admin_print_footer_scripts','wp_auth_check_html',5);7406add_action('wp_print_footer_scripts','wp_auth_check_html',5);7407}
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.