7483*7484* @since 3.6.07485*7486* @param bool$show Whether to load the authentication check.7487* @param WP_Screen$screen The current screen object.7488*/7489if(apply_filters('wp_auth_check_load',$show,$screen)){7490wp_enqueue_style('wp-auth-check');7491wp_enqueue_script('wp-auth-check');74927493add_action('admin_print_footer_scripts','wp_auth_check_html',5);7494add_action('wp_print_footer_scripts','wp_auth_check_html',5);7495}
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.