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.
*/