Used By
Used By | Description |
---|---|
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::send_plugin_theme_email() | Sends an email upon the completion or failure of a plugin or theme background update. |
wp-includes/class-wp-recovery-mode-email-service.php: WP_Recovery_Mode_Email_Service::send_recovery_mode_email() | Sends the Recovery Mode email to the site admin email address. |
wp-includes/user.php: _wp_privacy_send_request_confirmation_notification() | Notify the site administrator via email when a request is confirmed. |
wp-includes/user.php: _wp_privacy_send_erasure_fulfillment_notification() | Notify the user when their erasure request is fulfilled. |
wp-includes/user.php: wp_send_user_request() | Send a confirmation request email to confirm an action. |
wp-admin/includes/privacy-tools.php: wp_privacy_send_personal_data_export_email() | Send an email to the user with a link to the personal data export file |
wp-includes/functions.php: wp_site_admin_email_change_notification() | Send an email to the old site admin email address when the site admin email address changes. |
wp-includes/ms-functions.php: update_network_option_new_admin_email() | Send a confirmation request email when a change of network admin email address is attempted. |
wp-includes/ms-functions.php: wp_network_admin_email_change_notification() | Send an email to the old network admin email address when the network admin email address changes. |
wp-login.php: retrieve_password() | Handles sending password retrieval email to user. |
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::send_email() | Sends an email upon the completion or failure of a background core update. |
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::send_debug_email() | Prepares and sends an email of a full log of background update results, useful for debugging and geekery. |
wp-admin/includes/misc.php: update_option_new_admin_email() | Send a confirmation request email when a change of site admin email address is attempted. |
wp-includes/user.php: send_confirmation_on_profile_email() | Send a confirmation request email when a change of user email address is attempted. |
wp-admin/includes/user.php: admin_created_user_email() | |
wp-includes/pluggable.php: wp_password_change_notification() | Notify the blog admin of a user changing password, normally via email. |
wp-includes/pluggable.php: wp_new_user_notification() | Email login credentials to a newly-registered user. |
wp-includes/pluggable.php: wp_notify_postauthor() | Notify an author (and/or others) of a comment/trackback/pingback on a post. |
wp-includes/pluggable.php: wp_notify_moderator() | Notifies the moderator of the site about a new comment that is awaiting approval. |
wp-includes/user.php: wp_update_user() | Update a user in the database. |
wp-includes/ms-functions.php: wpmu_welcome_user_notification() | Notify a user that their account activation has been successful. |
wp-includes/ms-functions.php: wpmu_welcome_notification() | Notify a user that their blog activation has been successful. |
wp-includes/ms-functions.php: wpmu_signup_blog_notification() | Send a confirmation request email to a user when they sign up for a new site. The new site will not become active until the confirmation link is clicked. |
wp-includes/ms-functions.php: wpmu_signup_user_notification() | Send a confirmation request email to a user when they sign up for a new user account (without signing up for a site at the same time). The user account will not become active until the confirmation link is clicked. |
wp-includes/nav-menu.php: wp_update_nav_menu_item() | Save the properties of a menu item or create a new one. |