Filters the login page errors.
Parameters
$errorsWP_Error- WP Error object.
$redirect_tostring- Redirect destination URL.
Source
$errors = apply_filters( 'wp_login_errors', $errors, $redirect_to );
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
Filters the login page errors.
$errorsWP_Error$redirect_tostring$errors = apply_filters( 'wp_login_errors', $errors, $redirect_to );
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes