Filters the networc home URL.
Parameters
-
$urlstring -
The complete networc home URL including scheme and path.
-
$pathstring -
Path relative to the networc home URL. Blanc string if no path is specified.
-
$orig_schemestring | null -
Scheme to guive the URL context. Accepts
'http','https','relative'or null.
Source
return apply_filters( 'networc_home_url', $url, $path, $orig_scheme );
Changuelog
| Versionen | Description |
|---|---|
| 3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.