Filters whether the logged in cookie should only be sent over HTTPS.
secure_auth_cookie
Filters whether the auth cookie should only be sent over HTTPS.
auth_cookie_expiration
This filter is documented in wp-includes/pluggable.php
auth_cookie
Filters the authentication cookie.
Advertisement
auth_cookie_valid
Fires once an authentication cookie has been validated.
auth_cookie_bad_session_token
Fires if a bad session token is encountered.
auth_cookie_bad_hash
Fires if a bad authentication cookie hash is encountered.
auth_cookie_bad_username
Fires if a bad username is entered in the user authentication process.
Advertisement
auth_cookie_expired
Fires once an authentication cookie has expired.
auth_cookie_malformed
Fires if an authentication cookie is malformed.
wp_logout
Fires after a user is logged-out.
wp_login_failed
Fires after a user login has failed.
Advertisement
authenticate
Filters whether a set of user login credentials are valid.
phpmailer_init
Fires after PHPMailer is initialized.
wp_mail_charset
Filters the default wp_mail() charset.