Used By
Used By | Description |
---|---|
wp-admin/includes/update.php: wp_plugin_update_row() | Displays update information for a plugin. |
Fires at the end of the update message container in each row of the plugins list table.
The dynamic portion of the hook name, $file
, refers to the path of the plugin’s primary file relative to the plugins directory.
(array) An array of plugin metadata.
(string) The human-readable name of the plugin.
(string) Plugin URI.
(string) Plugin version.
(string) Plugin description.
(string) Plugin author.
(string) Plugin author URI.
(string) Plugin text domain.
(string) Relative path to the plugin's .mo file(s).
(bool) Whether the plugin can only be activated network wide.
(string) The human-readable title of the plugin.
(string) Plugin author's name.
(bool) Whether there's an available update. Default null.
(array) An array of metadata about the available plugin update.
(int) Plugin ID.
(string) Plugin slug.
(string) New plugin version.
(string) Plugin URL.
(string) Plugin update package URL.
Version | Description |
---|---|
2.8.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/in_plugin_update_message-file