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



update_welcome_subject › WordPress Filter Hooks

SinceMU (3.0.0)
Deprecatedn/a
apply_filters( 'update_welcome_subject', sprintf( $subject, $current_network->site_name, wp_unslash( $title )
Parameters:
  • (string) $subject Subject of the email.
    Required: Yes
Defined at:
Codex:

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





Source

$subject = apply_filters( 'update_welcome_subject', sprintf( $subject, $current_network->site_name, wp_unslash( $title ) ) );