WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about show_network_active_plugins

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-plugins-list-table.php apply_filters 179 /**
* 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).
*/

Hook Parameters

Parameter Type Name Description
bool $show Whether to show network-active plugins. Default is whether the current