WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about can_edit_network

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/ms.php apply_filters 821 /**
* Filters whether this network can be edited from this page.
*
* @since 3.1.0
*
* @param bool $result Whether the network can be edited from this page.
* @param int $network_id The network ID to check.
*/

Hook Parameters

Parameter Type Name Description
bool $result Whether the network can be edited from this page.
int $network_id The network ID to check.