Filters the list of action links available following bulk plugin updates.
$update_actionsstring[]$plugin_infoarraywp-admin/includes/class-bulk-plugin-upgrader-skin.php:98Bulk_Plugin_Upgrader_Skin::bulk_footer() * * @since 3.0.0 * * @param string[] $update_actions Array of plugin action links. * @param array $plugin_info Array of information for the last-updated plugin. */ $update_actions = apply_filters( 'update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info ); if ( ! empty( $update_actions ) ) { $this->feedback( implode( ' | ', (array) $update_actions ) ); } }}Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.