wpseek.com
A WordPress-centric search engine for devs and theme authors



user_admin_url › WordPress Filter Hooks

Since5.8.0
Deprecatedn/a
apply_filters( 'user_admin_url', $url, $path, $scheme )
Parameters: (3)
  • (string) $url The complete URL including scheme and path.
    Required: Yes
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Required: Yes
  • (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: Yes
Defined at:
Codex:

Filters the user admin URL for the current user.





Source

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