Title: update_plugin_complete_actions
Published: April 25, 2014
Last modified: May 20, 2026

---

# apply_filters( ‘update_plugin_complete_actions’, string[] $update_actions, string $plugin )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#wp--skip-link--target)

Filters the list of action links available following a single plugin update.

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#parameters)󠁿

 `$update_actions`string[]

Array of plugin action links.

`$plugin`string

Path to the plugin file relative to the plugins directory.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#source)󠁿

    ```php
    $update_actions = apply_filters( 'update_plugin_complete_actions', $update_actions, $this->plugin );
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-admin/includes/class-plugin-upgrader-skin.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-admin/includes/class-plugin-upgrader-skin.php#L117)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-admin/includes/class-plugin-upgrader-skin.php#L117-L117)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#related)󠁿

| Used by | Description | 
| [Plugin_Upgrader_Skin::after()](https://developer.wordpress.org/reference/classes/plugin_upgrader_skin/after/)`wp-admin/includes/class-plugin-upgrader-skin.php` |

Performs an action following a single plugin update.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/update_plugin_complete_actions/?output_format=md#changelog)󠁿

| Version | Description | 
| [2.7.0](https://developer.wordpress.org/reference/since/2.7.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Fupdate_plugin_complete_actions%2F)
before being able to contribute a note or feedback.