network_admin_url

Advertisement

Summery Summery

Filters the network admin URL.

Syntax Syntax

apply_filters( 'network_admin_url', string $url, string $path )

Parameters Parameters

$url

The complete network admin URL including scheme and path.

$path

Path relative to the network admin URL. Blank string if no path is specified.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply