in_theme_update_message-{$theme_key}, $theme, $response
in_theme_update_message-{$theme_key}, $theme, $response
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('in_theme_update_message-{$theme_key}, $theme, $response') is found 1 times:
- /wp-admin/includes/update.php line 839
* @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.