Filter hook 'can_edit_network'

in WP Core File wp-admin/includes/ms.php at line 838

Description

Filters whether this network can be edited from this page.

Occurrences

Filename Line Number
wp-admin/includes/ms.php 838

Parameters

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

PHP Doc

/**
	 * 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.
	 */