user_admin_url

过滤钩子
apply_filters( 'user_admin_url', $url, $path, $scheme )
参数
  • (string) $url The complete URL including scheme and path.
    Required:
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Required:
  • (string|null) $scheme The scheme to use. Accepts 'http', 'https', 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
    Required:
定义位置
相关勾子
self_admin_urluser_admin_menuadmin_urlnetwork_admin_urluser_admin_notices
相关方法
user_admin_urlself_admin_urlget_admin_urladmin_urlnetwork_admin_urlis_user_admin
引入
5.8.0
弃用
-

user_admin_url:这是一个 WordPress 函数,它返回 WordPress 仪表盘中用户管理屏幕的 URL。 该函数将用户 ID 作为参数,并将 URL 返回到他们的个人资料编辑屏幕。

过滤当前用户的用户管理URL。

return apply_filters( 'user_admin_url', $url, $path, $scheme );

常见问题

FAQs
查看更多 >