WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about update_plugin_complete_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-plugin-upgrader-skin.php apply_filters 117 /**
* Filters the list of action links available following a single plugin update.
*
* @since 2.7.0
*
* @param string[] $update_actions Array of plugin action links.
* @param string $plugin Path to the plugin file relative to the plugins directory.
*/

Hook Parameters

Parameter Type Name Description
string[] $update_actions Array of plugin action links.
string $plugin Path to the plugin file relative to the plugins directory.