in_theme_update_message-{$theme_key}

in_theme_update_message-{$theme_key}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('in_theme_update_message-{$theme_key}') is found 1 times:

  • /wp-admin/includes/update.php line 841
    	 *     @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.