Description
Filters the list of action links available following a single plugin update.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-plugin-upgrader-skin.php | 117 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $update_actions | Array of plugin action links. |
string | $plugin | Path to the plugin file relative to the plugins directory. |
PHP Doc
/**
* 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.
*/