Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-bulk-plugin-upgrader-skin.php | apply_filters | 81 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $update_actions | Array of plugin action links. |
array | $plugin_info | Array of information for the last-updated plugin. |