wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



can_edit_network › Les Filtres WordPress

Depuis3.1.0
Dépréciéen/a
apply_filters( 'can_edit_network', $result, $network_id )
Paramètres: (2)
  • (bool) $result Whether the network can be edited from this page.
    Requis: Oui
  • (int) $network_id The network ID to check.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether this network can be edited from this page.





Source

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