theme_update_available( WP_Theme $theme )

Check if there is an update for a theme available.

Description

Will display link, if there is an update available.

See also

Parameters

$themeWP_Themerequired
Theme data object.

Source

function theme_update_available( $theme ) {
	echo get_theme_update_available( $theme );
}

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.