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



network_site_url › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'network_site_url', $url, $path, $scheme )
Parametri: (3)
  • (string) $url The complete network site URL including scheme and path.
    Richiesto:
  • (string) $path Path relative to the network site URL. Blank string if no path is specified.
    Richiesto:
  • (string|null) $scheme Scheme to give the URL context. Accepts 'http', 'https', 'relative' or null.
    Richiesto:
Definito a:
Codex:

Filters the network site URL.





Sorgenti

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