update_bulk_plugins_complete_actions WordPress Action Hook
The update_bulk_plugins_complete_actions hook is called when all the plugins in a bulk update have been updated.
apply_filters( 'update_bulk_plugins_complete_actions', string[] $update_actions , array $plugin_info ) #
Filters the list of action links available following bulk plugin updates.
Parameters
- $update_actions
(string[])Array of plugin action links.
- $plugin_info
(array)Array of information for the last-updated plugin.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |