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



wpmu_welcome_user_notification › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'wpmu_welcome_user_notification', $user_id, $password, $meta )
Parameter: (3)
  • (int) $user_id User ID.
    Erforderlich: Ja
  • (string) $password User password.
    Erforderlich: Ja
  • (array) $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 ) ) {