On this page
apply_filters( 'all_plugins', array $all_plugins )
Filters the full array of plugins to list in the Plugins list table.
Description
See also
Parameters
$all_pluginsarray-
An array of plugins to display in the list table.
Source
File: wp-admin/includes/class-wp-plugins-list-table.php. View all references
$all_plugins = apply_filters( 'all_plugins', get_plugins() );
Related
Used By
| Used By | Description |
|---|---|
| wp_ajax_toggle_auto_updates() wp-admin/includes/ajax-actions.php | Ajax handler to enable or disable plugin and theme auto-updates. |
| WP_Plugins_List_Table::prepare_items() wp-admin/includes/class-wp-plugins-list-table.php |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/all_plugins