apply_filters( 'update_welcome_subject', string $subject )

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


Parameters

$subject string
Subject of the email.

Top ↑

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 ) ) );


Top ↑

Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.