wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wpmu_signup_blog_notification › Filtr WordPress Hooks

OdMU (3.0.0)
Przestarzałyn/a
apply_filters( 'wpmu_signup_blog_notification', $domain, $path, $title, $user_login, $user_email, $key, $meta )
Parametry: (7)
  • (string|false) $domain Site domain, or false to prevent the email from sending.
    Wymagane: Tak
  • (string) $path Site path.
    Wymagane: Tak
  • (string) $title Site title.
    Wymagane: Tak
  • (string) $user_login User login name.
    Wymagane: Tak
  • (string) $user_email User email address.
    Wymagane: Tak
  • (string) $key Activation key created in wpmu_signup_blog().
    Wymagane: Tak
  • (array) $meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to bypass the new site email notification.





Źródło

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