can_edit_network

Advertisement

Summery Summery

Filters whether this network can be edited from this page.

Syntax Syntax

apply_filters( 'can_edit_network', bool $result, int $network_id )

Parameters Parameters

$result

Whether the network can be edited from this page.

$network_id

The network ID to check.

Source Source

File: wp-admin/includes/ms.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Advertisement

Leave a Reply