theme_update_available( WP_Theme $theme )

Check if there is an update for a theme available.


Description Description

Will display link, if there is an update available.

See also See also


Top ↑

Parameters Parameters

$theme

(WP_Theme) (Required) Theme data object.


Top ↑

Source Source

File: wp-admin/includes/theme.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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