On this page
apply_filters( 'login_errors', string $errors )
Filters the error messages displayed above the login form.
Parameters
$errorsstring-
Login error message.
Source
File: wp-login.php. View all references
echo '<div id="login_error">' . apply_filters( 'login_errors', $errors ) . "</div>\n";
Related
Used By
| Used By | Description |
|---|---|
| login_header() wp-login.php | Output the login page header. |
Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_errors