pre_user_email

最后更新于:2021-11-27 20:45:31

apply_filters( ‘pre_user_email’, string $raw_user_email )

Filters a user’s email before the user is created or updated.

参数

$raw_user_email

(string)
The user’s email.

源文件

文件: gc-includes/user.php

View on Trac