wpseek.com
A WordPress-centric search engine for devs and theme authors



can_edit_network › WordPress Filter Hooks

Since3.1.0
Deprecatedn/a
apply_filters( 'can_edit_network', $result, $network_id )
Parameters: (2)
  • (bool) $result Whether the network can be edited from this page.
    Required: Yes
  • (int) $network_id The network ID to check.
    Required: Yes
Defined at:
Codex:

Filters whether this network can be edited from this page.





Source

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