new_user_email_content

最后更新于:2021-11-27 10:46:05

apply_filters( ‘new_user_email_content’, string $email_text, array $new_user_email )

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

参数

$email_text

(string)
Text in the email.

$new_user_email

(array)
Data relating to the new user email address.

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

源文件

文件: gc-includes/user.php

View on Trac