new_network_admin_email_content

最后更新于:2021-11-27 10:40:25

apply_filters( ‘new_network_admin_email_content’, string $email_text, array $new_admin_email )

Filters the text of the email sent when a change of network admin email address is attempted.

参数

$email_text

(string)
Text in the email.

$new_admin_email

(array)
Data relating to the new network admin email address.

  • ‘hash’
    (string) The secure hash used in the confirmation link URL.
  • ‘newemail’
    (string) The proposed new network admin email address.

源文件

文件: gc-includes/ms-functions.php

View on Trac