Description
Filters the list of action links available following bulk plugin updates.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-bulk-plugin-upgrader-skin.php | 98 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $update_actions | Array of plugin action links. |
array | $plugin_info | Array of information for the last-updated plugin. |
PHP Doc
/**
* Filters the list of action links available following bulk plugin updates.
*
* @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.
*/