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



network_home_url › WordPress Filter Hooks

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

Filters the network home URL.





Sorgenti

return apply_filters( 'network_home_url', $url, $path, $orig_scheme );