Filters the array of plugins for the list table.
Parameters
$plugins
array[]- An array of arrays of plugin data, keyed by context.
Source
$plugins = apply_filters( 'plugins_list', $plugins );
Changelog
Version | Description |
---|---|
6.3.0 | Introduced. |
Filters the array of plugins for the list table.
$plugins
array[]$plugins = apply_filters( 'plugins_list', $plugins );
Version | Description |
---|---|
6.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.