WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about in_theme_update_message-

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/update.php do_action 810 /**
* Fires at the end of the update message container in each
* row of the themes list table.
*
* The dynamic portion of the hook name, `$theme_key`, refers to
* the theme slug as found in the WordPress.org themes repository.
*
* @since 3.1.0
*
* @param WP_Theme $theme The WP_Theme object.
* @param array $response {
* An array of metadata about the available theme update.
*
* @type string $new_version New theme version.
* @type string $url Theme URL.
* @type string $package Theme update package URL.
* }
*/

Hook Parameters

Parameter Type Name Description
WP_Theme $theme The WP_Theme object.
array $respons e {