Table of Contents
Functions
inc/wp-login.php : 46
caweb_login_form_lostpassword()
Login form for Lost Password
Fires before a specified login form action.
caweb_login_form_lostpassword() : voidTags Return values
void
inc/wp-login.php : 68
caweb_login_form_rp()
Add filter to network site url on Login Form Reset Password
Fires before a specified login form action.
caweb_login_form_rp() : voidTags Return values
void
inc/wp-login.php : 32
caweb_lostpassword_form()
Add Site ID and nonce to lost password form
Fires inside the lostpassword form tags, before the hidden fields.
caweb_lostpassword_form() : voidTags Return values
void
inc/wp-login.php : 139
caweb_lostpassword_redirect()
Redirect for after Lost your password has been generated
Filters the URL redirected to after submitting the lostpassword/retrievepassword form.
caweb_lostpassword_redirect( $lostpassword_redirect) : \URLTags Return values
\URL
inc/wp-login.php : 126
caweb_lostpassword_url()
Lost your password? URL
Filters the Lost Password URL.
caweb_lostpassword_url( $lostpassword_url, $redirect) : \URLTags Return values
\URL
inc/wp-login.php : 240
caweb_network_site_url()
Change the Reset Password URL to use the site url instead of the network url
Filters the network site URL.
caweb_network_site_url( $url, $path, string|null $scheme) : \URLTags Return values
\URL
inc/wp-login.php : 184
caweb_retrieve_password_message()
Changes Blog Name in message to the correct site Blog Nameb_retrieve_password_message
Filters the message body of the password reset mail.
caweb_retrieve_password_message( $message, $key, $user_login, WP_User $user_data) : stringTags Return values
string
inc/wp-login.php : 155
caweb_retrieve_password_title()
Changes Blog Name in title to the correct site Blog Name
Filters the subject of the password reset email.
caweb_retrieve_password_title( $title, $user_login, WP_User $user_data) : stringTags Return values
string
inc/wp-login.php : 83
caweb_validate_password_reset()
Password Reset Strength Validation
Fires before the password reset procedure is validated.
caweb_validate_password_reset(WP_Error $errors, WP_User $user) : voidTags Return values
void
inc/wp-login.php : 217
caweb_wp_login_errors()
Add Reset Password Confirmation
Filters the login page errors.
caweb_wp_login_errors( $errors, $redirect_to) : stringTags Return values
string