wpmu_welcome_notification


wpmu_welcome_notification ( $blog_id, $user_id, $password, $title, $meta = array() )

Parameters:
  • (int) blog_id Site ID.
  • (int) user_id User ID.
  • (string) password User password, or "N/A" if the user account is not new.
  • (string) title Site title.
  • (array) meta Optional. Signup meta data. By default, contains the requested privacy setting and lang_id.
Returns:
  • (bool) Whether the email notification was sent.
Defined at:
Change Log:
  • M: U

Description

Notifies the site administrator that their site activation was successful.Filter {@see 'wpmu_welcome_notification'} to disable or bypass. Filter {@see 'update_welcome_email'} and {@see 'update_welcome_subject'} to modify the content and subject line of the notification email.

Related Functions

wpmu_welcome_user_notification, wp_new_blog_notification, wpmu_signup_blog_notification, wp_new_user_notification, wpmu_signup_user_notification

Top Google Results

User discussions

wpseek mobile