wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wpmu_welcome_notification › Hooks de Filtros WordPress

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

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

Returning false disables the welcome email.





Fonte

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