wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



can_edit_network › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'can_edit_network', $result, $network_id )
Parameter: (2)
  • (bool) $result Whether the network can be edited from this page.
    Erforderlich: Ja
  • (int) $network_id The network ID to check.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether this network can be edited from this page.





Quellcode

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