wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



user_dashboard_url › Les Filtres WordPress

Depuis3.1.0
Dépréciéen/a
apply_filters( 'user_dashboard_url', $url, $user_id, $path, $scheme )
Paramètres: (4)
  • (string) $url The complete URL including scheme and path.
    Requis: Oui
  • (int) $user_id The user ID.
    Requis: Oui
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Requis: Oui
  • (string) $scheme Scheme to give the URL context. Accepts 'http', 'https', 'login', 'login_post', 'admin', 'relative' or null.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the dashboard URL for a user.





Source

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