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
$update_actions = apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.