Filters whether a set of user login credentials are valid.
wp_authenticate
Authenticate a user, confirming the login credentials are valid.
phpmailer_init
Fires after PHPMailer is initialized.
wp_mail_charset
Filters the default wp_mail() charset.
Advertisement
wp_mail_content_type
Filters the wp_mail() content type.
wp_mail_failed
Fires after a phpmailerException is caught.
wp_mail_from_name
Filters the name to associate with the “from” email address.
wp_mail_from
Filters the email address to send from.
Advertisement
wp_mail
Filters the wp_mail() arguments.
wp_mail
Sends an email, similar to PHP’s mail function.
cache_users
Retrieve info for user lists to prevent multiple queries by get_userdata()
get_userdata
Retrieve user info by user ID.
Advertisement
get_user_by
Retrieve user info by a given field
wp_get_current_user
Retrieve the current user object.
wp_set_current_user
Changes the current user by ID or name.