wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



user_admin_url › WordPress Filter Hooks

Seit5.8.0
Veraltetn/v
apply_filters( 'user_admin_url', $url, $path, $scheme )
Parameter: (3)
  • (string) $url The complete URL including scheme and path.
    Erforderlich: Ja
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Erforderlich: Ja
  • (string|null) $scheme The scheme to use. Accepts 'http', 'https', 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
    Erforderlich: Ja
Definiert in:
Codex:

Filters the user admin URL for the current user.





Quellcode

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