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

Filters whether this network can be edited from this page.


Parameters

$result

(bool) Whether the network can be edited from this page.

$network_id

(int) The network ID to check.


Source

File: wp-admin/includes/ms.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.