wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



can_edit_network › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'can_edit_network', $result, $network_id )
Parametry: (2)
  • (bool) $result Whether the network can be edited from this page.
    Wymagane: Tak
  • (int) $network_id The network ID to check.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether this network can be edited from this page.





Źródło

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