edit_profile_url
最后更新于:2021-11-26 09:06:50
apply_filters( ‘edit_profile_url’, string $url, int $user_id, string $scheme )
Filters the URL for a user’s profile editor.
参数
- $url
-
(string)
The complete URL including scheme and path. - $user_id
-
(int)
The user ID. - $scheme
-
(string)
Scheme to give the URL context. Accepts ‘http’, ‘https’, ‘login’, ‘login_post’, ‘admin’, ‘relative’ or null.
源文件
文件: gc-includes/link-template.php