Filter hook 'show_network_active_plugins'

in WP Core File wp-admin/includes/class-wp-plugins-list-table.php at line 179

Description

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.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-plugins-list-table.php 179

Parameters

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

PHP Doc

/**
			 * 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.
			 *
			 * @since 4.4.0
			 *
			 * @param bool $show Whether to show network-active plugins. Default is whether the current
			 *                   user can manage network plugins (ie. a Super Admin).
			 */