On this page
do_action( "in_plugin_update_message-{$file}", array $plugin_data, object $response )
Fires at the end of the update message container in each row of the plugins list table.
Description
The dynamic portion of the hook name, $file, refers to the path of the plugin’s primary file relative to the plugins directory.
Parameters
$plugin_dataarray-
An array of plugin metadata. See get_plugin_data() and the 'plugin_row_meta' filter for the list of possible values.
$responseobject-
An object of metadata about the available plugin update.
idstringPlugin ID, e.g.w.org/plugins/[plugin-name].slugstringPlugin slug.pluginstringPlugin basename.new_versionstringNew plugin version.urlstringPlugin URL.packagestringPlugin update package URL.iconsstring[]An array of plugin icon URLs.bannersstring[]An array of plugin banner URLs.banners_rtlstring[]An array of plugin RTL banner URLs.requiresstringThe version of WordPress which the plugin requires.testedstringThe version of WordPress the plugin is tested against.requires_phpstringThe version of PHP which the plugin requires.
Source
File: wp-admin/includes/update.php. View all references
do_action( "in_plugin_update_message-{$file}", $plugin_data, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Related
Used By
| Used By | Description |
|---|---|
| wp_plugin_update_row() wp-admin/includes/update.php | Displays update information for a plugin. |
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/in_plugin_update_message-file