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



user_admin_url › Les Filtres WordPress

Depuis5.8.0
Dépréciéen/a
apply_filters( 'user_admin_url', $url, $path, $scheme )
Paramètres: (3)
  • (string) $url The complete URL including scheme and path.
    Requis: Oui
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Requis: Oui
  • (string|null) $scheme The scheme to use. Accepts 'http', 'https', 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
    Requis: Oui
Défini(e) dans:
Codex:

Filters the user admin URL for the current user.





Source

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