Filter hook 'network_home_url'

in WP Core File wp-includes/link-template.php at line 3785

Description

Filters the network home URL.

Occurrences

Filename Line Number
wp-includes/link-template.php 3785

Parameters

Type Name Description
string $url The complete network home URL including scheme and path.
string $path Path relative to the network home URL. Blank string if no path is specified.
string|null $orig_scheme Scheme to give the URL context. Accepts 'http', 'https', 'relative' or null.

PHP Doc

/**
	 * Filters the network home URL.
	 *
	 * @since 3.0.0
	 *
	 * @param string      $url         The complete network home URL including scheme and path.
	 * @param string      $path        Path relative to the network home URL. Blank string
	 *                                 if no path is specified.
	 * @param string|null $orig_scheme Scheme to give the URL context. Accepts 'http', 'https',
	 *                                 'relative' or null.
	 */