apply_filters( 'wp_login_errors', WP_Error $errors , string $redirect_to )
Filters the login page errors.
Parameters
- $errors
-
(WP_Error) WP Error object.
- $redirect_to
-
(string) Redirect destination URL.
Source
File: wp-login.php
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Expand full source codeCollapse full source code