apply_filters( ‘show_network_active_plugins’, bool $show )

In this article

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

Description

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.

Parameters

$showbool
Whether to show network-active plugins. Default is whether the current user can manage network plugins (ie. a Super Admin).

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.