wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



user_dashboard_url › WordPress Filter Hooks

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

Filters the dashboard URL for a user.





Sorgenti

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