update_plugin_complete_actions WordPress Action Hook
The update_plugin_complete_actions hook is a hook that is run after a plugin has been successfully updated. It is used to perform any necessary actions after a plugin update has been completed.
apply_filters( 'update_plugin_complete_actions', string[] $update_actions , string $plugin ) #
Filters the list of action links available following a single plugin update.
Parameters
- $update_actions
(string[])Array of plugin action links.
- $plugin
(string)Path to the plugin file relative to the plugins directory.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |