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
do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.