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



update_welcome_email › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'update_welcome_email', $welcome_email, $blog_id, $user_id, $password, $title, $meta )
Parameter: (6)
  • () welcome_email Message body of the email.
    Erforderlich: Ja
  • () blog_id Site ID.
    Erforderlich: Ja
  • () user_id User ID of the site administrator.
    Erforderlich: Ja
  • () password User password, or "N/A" if the user account is not new.
    Erforderlich: Ja
  • () title Site title.
    Erforderlich: Ja
  • () 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 );