new_admin_email_content
最后更新于:2021-11-27 10:37:19
apply_filters( ‘new_admin_email_content’, string $email_text, array $new_admin_email )
Filters the text of the email sent when a change of site admin email address is attempted.
参数
- $email_text
-
(string)
Text in the email. - $new_admin_email
-
(array)
Data relating to the new site admin email address.-
‘hash’
(string) The secure hash used in the confirmation link URL. -
‘newemail’
(string) The proposed new site admin email address.
-
‘hash’
源文件
文件: gc-admin/includes/misc.php