show_advanced_plugins, true, mustuse

show_advanced_plugins, true, mustuse

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('show_advanced_plugins, true, mustuse') is found 1 times:

  • /wp-admin/includes/class-wp-plugins-list-table.php line 142
    			 * @param bool   $show Whether to show the advanced plugins for the specified
    			 *                     plugin type. Default true.
    			 * @param string $type The plugin type. Accepts 'mustuse', 'dropins'.
    			 */
    			if ( apply_filters( 'show_advanced_plugins', true, 'mustuse' ) ) {
    				$plugins['mustuse'] = get_mu_plugins();
    			}
    
    			/** This action is documented in wp-admin/includes/class-wp-plugins-list-table.php */
    			if ( apply_filters( 'show_advanced_plugins', true, 'dropins' ) ) {
    				$plugins['dropins'] = get_dropins();