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_actions string[]
Array of plugin action links.
$plugin string
Path to the plugin file relative to the plugins directory.

Top ↑

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 );


Top ↑

Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes

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