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



user_dashboard_url › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'user_dashboard_url', $url, $user_id, $path, $scheme )
Parameters: (4)
  • (string) $url The complete URL including scheme and path.
    Required: Yes
  • (int) $user_id The user ID.
    Required: Yes
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Required: Yes
  • (string) $scheme Scheme to give the URL context. Accepts 'http', 'https', 'login', 'login_post', 'admin', 'relative' or null.
    Required: Yes
Defined at:
Codex:

Filters the dashboard URL for a user.





Source

return apply_filters( 'user_dashboard_url', $url, $user_id, $path, $scheme );