wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wpmu_welcome_notification › WordPress Filter Hooks

DaMU (3.0.0)
Deprecaton/a
apply_filters( 'wpmu_welcome_notification', $blog_id, $user_id, $password, $title, $meta )
Parametri: (5)
  • (int|false) $blog_id Site ID, or false to prevent the email from sending.
    Richiesto:
  • (int) $user_id User ID of the site administrator.
    Richiesto:
  • (string) $password User password, or "N/A" if the user account is not new.
    Richiesto:
  • (string) $title Site title.
    Richiesto:
  • (array) $meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Richiesto:
Definito a:
Codex:

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

Returning false disables the welcome email.





Sorgenti

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