753* @since 3.0.0754*755* @see wp_login_form()756*757* @param array$defaults An array of default login form arguments.758*/759$args=wp_parse_args($args,apply_filters('login_form_defaults',$defaults));760761/**762* Filters content to display at the top of the login form.763*764* The filter evaluates just following the opening form tag element.765*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.