过滤正在注册的用户的电子邮件地址。
原型
apply_filters( 'user_registration_email', string $user_email )
参数
$user_email
(string)
新用户的电子邮件地址。
源文件
路径:wp-includes/user.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/user_registration_email/
过滤正在注册的用户的电子邮件地址。
apply_filters( 'user_registration_email', string $user_email )
$user_email
(string)
新用户的电子邮件地址。
路径:wp-includes/user.php
英文文档:https://developer.wordpress.org/reference/hooks/user_registration_email/
请在后台设置小工具!