W3cubDocs

/WordPress

apply_filters( ‘plugins_list’, array[] $plugins )

Filters the array of plugins for the list table.

Parameters

$pluginsarray[]
An array of arrays of plugin data, keyed by context.

Source

$plugins = apply_filters( 'plugins_list', $plugins );

Changelog

Version Description
6.3.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/plugins_list