wpseek.com
A WordPress-centric search engine for devs and theme authors



update_welcome_email › WordPress Filter Hooks

Sincen/a
Deprecatedn/a
apply_filters( 'update_welcome_email', $welcome_email, $blog_id, $user_id, $password, $title, $meta )
Parameters: (6)
  • () welcome_email Message body of the email.
    Required: Yes
  • () blog_id Site ID.
    Required: Yes
  • () user_id User ID of the site administrator.
    Required: Yes
  • () password User password, or "N/A" if the user account is not new.
    Required: Yes
  • () title Site title.
    Required: Yes
  • () meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Required: Yes
Defined at:
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().




Source

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