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



show_network_active_plugins › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'show_network_active_plugins', $show )
Parameter:
  • (bool) $show Whether to show network-active plugins. Default is whether the current user can manage network plugins (ie. a Super Admin).
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to display network-active plugins alongside plugins active for the current site.

This also controls the display of inactive network-only plugins (plugins with "Network: true" in the plugin header).

Plugins cannot be network-activated or network-deactivated from this screen.





Quellcode

$show_network_active = apply_filters( 'show_network_active_plugins', $show );