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



wpmu_signup_blog_notification › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'wpmu_signup_blog_notification', $domain, $path, $title, $user_login, $user_email, $key, $meta )
Parameters: (7)
  • () domain Site domain, or false to prevent the email from sending.
    Required: Yes
  • () path Site path.
    Required: Yes
  • () title Site title.
    Required: Yes
  • () user_login User login name.
    Required: Yes
  • () user_email User email address.
    Required: Yes
  • () key Activation key created in wpmu_signup_blog().
    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 new site email notification.





Source

if ( ! apply_filters( 'wpmu_signup_blog_notification', $domain, $path, $title, $user_login, $user_email, $key, $meta ) ) {