apply_filters( 'all_plugins', array $all_plugins )

Filters the full array of plugins to list in the Plugins list table.


Description

Top ↑

See also


Top ↑

Parameters

$all_plugins array
An array of plugins to display in the list table.

Top ↑

Source

File: wp-admin/includes/class-wp-plugins-list-table.php. View all references

$all_plugins = apply_filters( 'all_plugins', get_plugins() );


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

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