theme_update_available() – Check if there is an update for a theme available.

You appear to be a bot. Output may be restricted

Description

Check if there is an update for a theme available.

Will display link, if there is an update available.

Usage

theme_update_available( $theme );

Parameters

$theme
( WP_Theme ) required – Theme data object.

Returns

void

Source

File name: wordpress/wp-admin/includes/theme.php
Lines:

1 to 3 of 3
function theme_update_available( $theme ) {
  echo get_theme_update_available( $theme );
}
 

 View on GitHub View on Trac