show_network_active_plugins

Advertisement

Summery Summery

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

Syntax Syntax

apply_filters( 'show_network_active_plugins', bool $show )

Description 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 Parameters

$show

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

Source Source

File: wp-admin/includes/class-wp-plugins-list-table.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply