in_theme_update_message-{$theme_key} WordPress Action Hook
The in_theme_update_message-{$theme_key} hook is used to display a message in the WordPress admin when a theme is updated.
do_action( "in_theme_update_message-{$theme_key}", WP_Theme $theme , array $response ) #
Fires at the end of the update message container in each row of the themes list table.
Description
The dynamic portion of the hook name, $theme_key
, refers to the theme slug as found in the WordPress.org themes repository.
Parameters
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |