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



network_home_url › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'network_home_url', $url, $path, $orig_scheme )
Parameter: (3)
  • (string) $url The complete network home URL including scheme and path.
    Erforderlich: Ja
  • (string) $path Path relative to the network home URL. Blank string if no path is specified.
    Erforderlich: Ja
  • (string|null) $orig_scheme Scheme to give the URL context. Accepts 'http', 'https', 'relative' or null.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the network home URL.





Quellcode

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