Advertisement

authenticate

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.

Advertisement

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

Sends an email, similar to PHP’s mail function.

get_userdata

Retrieve user info by user ID.

Advertisement

get_user_by

Retrieve user info by a given field

wp_set_current_user

Changes the current user by ID or name.