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



self_admin_url › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
apply_filters( 'self_admin_url', $url, $path, $scheme )
Parametri: (3)
  • (string) $url The complete URL including scheme and path.
    Richiesto:
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Richiesto:
  • (string) $scheme The scheme to use.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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