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

---

# apply_filters( ‘update_bulk_plugins_complete_actions’, string[] $update_actions, array $plugin_info )

## In this article

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

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

Filters the list of action links available following bulk plugin updates.

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

 `$update_actions`string[]

Array of plugin action links.

`$plugin_info`array

Array of information for the last-updated plugin.

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

    ```php
    $update_actions = apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info );
    ```

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

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

| Used by | Description | 
| [Bulk_Plugin_Upgrader_Skin::bulk_footer()](https://developer.wordpress.org/reference/classes/bulk_plugin_upgrader_skin/bulk_footer/)`wp-admin/includes/class-bulk-plugin-upgrader-skin.php` |

Displays the footer following the bulk update process.

  |

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

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

## User Contributed Notes

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