apply_filters( ‘can_edit_network’, bool $result, int $network_id )

In this article

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

return apply_filters( 'can_edit_network', $result, $network_id );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.