in_plugin_update_message-{$file}, $plugin_data, $response
in_plugin_update_message-{$file}, $plugin_data, $response
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('in_plugin_update_message-{$file}, $plugin_data, $response') is found 1 times:
- /wp-admin/includes/update.php line 616
* @type string $tested The version of WordPress the plugin is tested against. * @type string $requires_php The version of PHP which the plugin requires. * } */ do_action( "in_plugin_update_message-{$file}", $plugin_data, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores echo '</p></div></td></tr>'; } } /**