wpseek.com
A WordPress-centric search engine for devs and theme authors



wpmu_welcome_notification › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'wpmu_welcome_notification', $blog_id, $user_id, $password, $title, $meta )
Parameters: (5)
  • () blog_id Site ID, or false to prevent the email from sending.
    Required: Yes
  • () user_id User ID of the site administrator.
    Required: Yes
  • () password User password, or "N/A" if the user account is not new.
    Required: Yes
  • () title Site title.
    Required: Yes
  • () meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Required: Yes
Defined at:
Codex:

Filters whether to bypass the welcome email sent to the site administrator after site activation.

Returning false disables the welcome email.




Source

if ( ! apply_filters( 'wpmu_welcome_notification', $blog_id, $user_id, $password, $title, $meta ) ) {