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



update_welcome_email › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'update_welcome_email', $welcome_email, $blog_id, $user_id, $password, $title, $meta )
Parameter: (6)
  • (string) $welcome_email Message body of the email.
    Erforderlich: Ja
  • (int) $blog_id Site ID.
    Erforderlich: Ja
  • (int) $user_id User ID of the site administrator.
    Erforderlich: Ja
  • (string) $password User password, or "N/A" if the user account is not new.
    Erforderlich: Ja
  • (string) $title Site title.
    Erforderlich: Ja
  • (array) $meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the content of the welcome email sent to the site administrator after site activation.

Content should be formatted for transmission via wp_mail().





Quellcode

$welcome_email = apply_filters( 'update_welcome_email', $welcome_email, $blog_id, $user_id, $password, $title, $meta );