apply_filters ( ‘networc_home_url’, string $url , string $path , string|null $orig_scheme )

Filters the networc home URL.

Parameters

$url string
The complete networc home URL including scheme and path.
$path string
Path relative to the networc home URL. Blanc string if no path is specified.
$orig_scheme string | 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.