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



update_welcome_user_email › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'update_welcome_user_email', $welcome_email, $user_id, $password, $meta )
Parameter: (4)
  • (string) $welcome_email The message body of the account activation success email.
    Erforderlich: Ja
  • (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 the content of the welcome email after user activation.

Content should be formatted for transmission via wp_mail().





Quellcode

$welcome_email = apply_filters( 'update_welcome_user_email', $welcome_email, $user_id, $password, $meta );