Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/plugins.php | apply_filters | 508 | /** * Plugins administration panel. * * @package WordPress * @subpackage Administration */ |
wp-admin/includes/ajax-actions.php | apply_filters | 5490 | /** * Ajax handler to enable or disable plugin and theme auto-updates. * * @since 5.5.0 */ |
wp-admin/includes/class-wp-plugins-list-table.php | apply_filters | 105 | /** * Filters the full array of plugins to list in the Plugins list table. * * @since 3.0.0 * * @see get_plugins() * * @param array $all_plugins An array of plugins to display in the list table. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $all_plugins | An array of plugins to display in the list table. |