wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wpmu_signup_blog_notification › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'wpmu_signup_blog_notification', $domain, $path, $title, $user_login, $user_email, $key, $meta )
Parameter: (7)
  • (string|false) $domain Site domain, or false to prevent the email from sending.
    Erforderlich: Ja
  • (string) $path Site path.
    Erforderlich: Ja
  • (string) $title Site title.
    Erforderlich: Ja
  • (string) $user_login User login name.
    Erforderlich: Ja
  • (string) $user_email User email address.
    Erforderlich: Ja
  • (string) $key Activation key created in wpmu_signup_blog().
    Erforderlich: Ja
  • (array) $meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to bypass the new site email notification.





Quellcode

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