Filter hook 'update_welcome_subject'

in WP Core File wp-includes/ms-functions.php at line 1691

Description

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

Occurrences

Filename Line Number
wp-includes/ms-functions.php 1691

Parameters

Type Name Description
string $subject Subject of the email.

PHP Doc

/**
	 * Filters the subject of the welcome email sent to the site administrator after site activation.
	 *
	 * @since MU (3.0.0)
	 *
	 * @param string $subject Subject of the email.
	 */