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
.
View all references
$errors = apply_filters( 'wp_login_errors', $errors, $redirect_to );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |
User Contributed Notes
-
Skip to note 1 content You must log in to vote on the helpfulness of this noteVote results for this note: 0You must log in to vote on the helpfulness of this note