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

In this article

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

VersionDescription
6.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.