show_network_active_plugins

show_network_active_plugins

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('show_network_active_plugins') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 178
    			 *
    			 * @param bool $show Whether to show network-active plugins. Default is whether the current
    			 *                   user can manage network plugins (ie. a Super Admin).
    			 */
    			$show_network_active = apply_filters( 'show_network_active_plugins', $show );
    		}
    
    		if ( $screen->in_admin( 'network' ) ) {
    			$recently_activated = get_site_option( 'recently_activated', array() );
    		} else {
    			$recently_activated = get_option( 'recently_activated', array() );