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



wpmu_welcome_user_notification › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'wpmu_welcome_user_notification', $user_id, $password, $meta )
Parameter: (3)
  • () user_id User ID.
    Erforderlich: Ja
  • () password User password.
    Erforderlich: Ja
  • () meta Signup meta data. Default empty array.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to bypass the welcome email after user activation.

Returning false disables the welcome email.




Quellcode

if ( ! apply_filters( 'wpmu_welcome_user_notification', $user_id, $password, $meta ) ) {