show_network_active_plugins

show_network_active_plugins

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('show_network_active_plugins') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 179
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
         *
         * @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() );