7445*7446* @since 3.6.07447*7448* @param bool$show Whether to load the authentication check.7449* @param WP_Screen$screen The current screen object.7450*/7451if(apply_filters('wp_auth_check_load',$show,$screen)){7452wp_enqueue_style('wp-auth-check');7453wp_enqueue_script('wp-auth-check');74547455add_action('admin_print_footer_scripts','wp_auth_check_html',5);7456add_action('wp_print_footer_scripts','wp_auth_check_html',5);7457}
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.