wpmu_signup_user_notification


wpmu_signup_user_notification ( $user_login, $user_email, $key, $meta = array() )

Parameters:
  • (string) user_login The user's login name.
  • (string) user_email The user's email address.
  • (string) key The activation key created in wpmu_signup_user()
  • (array) meta Optional. Signup meta data. Default empty array.
Returns:
  • (bool)
Defined at:
Change Log:
  • M: U

Description

Sends 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.This is the notification function used when no new site has been requested. Filter {@see 'wpmu_signup_user_notification'} to bypass this function or replace it with your own notification behavior. Filter {@see 'wpmu_signup_user_notification_email'} and {@see 'wpmu_signup_user_notification_subject'} to change the content and subject line of the email sent to newly registered users.

Related Functions

wpmu_signup_blog_notification, wp_new_user_notification, wpmu_welcome_user_notification, wp_send_new_user_notifications, wpmu_signup_user

Top Google Results

User discussions

wpseek mobile