wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



can_edit_network › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'can_edit_network', $result, $network_id )
Parametri: (2)
  • (bool) $result Whether the network can be edited from this page.
    Richiesto:
  • (int) $network_id The network ID to check.
    Richiesto:
Definito a:
Codex:

Filters whether this network can be edited from this page.





Sorgenti

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