pre_user_nicename
最后更新于:2021-11-27 20:58:06
apply_filters( ‘pre_user_nicename’, string $user_nicename )
Filters a user’s nicename before the user is created or updated.
参数
- $user_nicename
-
(string)
The user’s nicename.
源文件
文件: gc-includes/user.php
View on Trac