wpseek.com
A WordPress-centric search engine for devs and theme authors



network_home_url › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'network_home_url', $url, $path, $orig_scheme )
Parameters: (3)
  • (string) $url The complete network home URL including scheme and path.
    Required: Yes
  • (string) $path Path relative to the network home URL. Blank string if no path is specified.
    Required: Yes
  • (string|null) $orig_scheme Scheme to give the URL context. Accepts 'http', 'https', 'relative' or null.
    Required: Yes
Defined at:
Codex:

Filters the network home URL.





Source

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