On this page
apply_filters( 'can_edit_network', bool $result, int $network_id )
Filters whether this network can be edited from this page.
Parameters
$resultbool-
Whether the network can be edited from this page.
$network_idint-
The network ID to check.
Source
File: wp-admin/includes/ms.php. View all references
return apply_filters( 'can_edit_network', $result, $network_id );
Related
Used By
| Used By | Description |
|---|---|
| can_edit_network() wp-admin/includes/ms.php | Whether or not we can edit this network from this page. |
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/can_edit_network