Filter hook 'new_admin_email_subject'

in WP Core File wp-admin/includes/misc.php at line 1554

Description

Filters the subject of the email sent when a change of site admin email address is attempted.

Occurrences

Filename Line Number
wp-admin/includes/misc.php 1554

Parameters

Type Name Description
string $subject Subject of the email.

PHP Doc

/**
	 * Filters the subject of the email sent when a change of site admin email address is attempted.
	 *
	 * @since 6.5.0
	 *
	 * @param string $subject Subject of the email.
	 */