Filter hook 'update_welcome_user_subject'

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

Description

Filters the subject of the welcome email after user activation.

Occurrences

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

Parameters

Type Name Description
string $subject Subject of the email.

PHP Doc

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