can_edit_network
can_edit_network ( $network_id )
Parameters:- (int) network_id The network ID to check.
Returns:- (bool) True if network can be edited, false otherwise.
Defined at: - Introduced in WordPress: 3.1.0
- Deprecated in WordPress: —
Description
Determines whether or not this network from this page can be edited.By default editing of network is restricted to the Network Admin for that `$network_id`.
This function allows for this to be overridden.