Fires at the end of the update message container in each row of the themes list table.
$themeWP_Theme$responsearray$new_versionstring
$urlstring
$packagestring
wp-admin/includes/update.php:839wp_theme_update_row() * * @type string $new_version New theme version. * @type string $url Theme URL. * @type string $package Theme update package URL. * } */ do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores echo '</p></div></td></tr>';} /** * Displays maintenance nag HTML message.Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.