wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wpmu_welcome_notification › Les Filtres WordPress

DepuisMU (3.0.0)
Dépréciéen/a
apply_filters( 'wpmu_welcome_notification', $blog_id, $user_id, $password, $title, $meta )
Paramètres: (5)
  • (int|false) $blog_id Site ID, or false to prevent the email from sending.
    Requis: Oui
  • (int) $user_id User ID of the site administrator.
    Requis: Oui
  • (string) $password User password, or "N/A" if the user account is not new.
    Requis: Oui
  • (string) $title Site title.
    Requis: Oui
  • (array) $meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Requis: Oui
Défini(e) dans:
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 ) ) {