Filter hook 'plugins_list'

in WP Core File wp-admin/includes/class-wp-plugins-list-table.php at line 309

Description

Filters the array of plugins for the list table.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-plugins-list-table.php 309

Parameters

Type Name Description
array[] $plugins An array of arrays of plugin data, keyed by context.

PHP Doc

/**
		 * Filters the array of plugins for the list table.
		 *
		 * @since 6.3.0
		 *
		 * @param array[] $plugins An array of arrays of plugin data, keyed by context.
		 */