On this page
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_actionsstring[]-
Array of plugin action links.
$pluginstring-
Path to the plugin file relative to the plugins directory.
Source
File: wp-admin/includes/class-plugin-upgrader-skin.php. View all references
$update_actions = apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin );
Related
Used By
| Used By | Description |
|---|---|
| Plugin_Upgrader_Skin::after() wp-admin/includes/class-plugin-upgrader-skin.php | Action to perform following a single plugin update. |
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions