wpmu_signup_blog_notification
wpmu_signup_blog_notification ( $domain, $path, $title, $user_login, $user_email, $key, $meta = array() )
Parameters:- (string) domain The new blog domain.
- (string) path The new blog path.
- (string) title The site title.
- (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_blog().
- (array) meta Optional. Signup meta data. By default, contains the requested privacy setting and lang_id.
Returns:Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Sends 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.This is the notification function used when site registration
is enabled.
Filter {@see 'wpmu_signup_blog_notification'} to bypass this function or
replace it with your own notification behavior.
Filter {@see 'wpmu_signup_blog_notification_email'} and
{@see 'wpmu_signup_blog_notification_subject'} to change the content
and subject line of the email sent to newly registered users.