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

In this article

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

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

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.