On this page
apply_filters( 'update_welcome_subject', string $subject )
Filters the subject of the welcome email sent to the site administrator after site activation.
Parameters
$subjectstring-
Subject of the email.
Source
File: wp-includes/ms-functions.php. View all references
$subject = apply_filters( 'update_welcome_subject', sprintf( $subject, $current_network->site_name, wp_unslash( $title ) ) );
Related
Used By
| Used By | Description |
|---|---|
| wpmu_welcome_notification() wp-includes/ms-functions.php | Notifies the site administrator that their site activation was successful. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_welcome_subject