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



self_admin_url › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'self_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) $scheme The scheme to use.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the admin URL for the current site or network depending on context.





Quellcode

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