wpseek.com
A WordPress-centric search engine for devs and theme authors



theme_update_available › WordPress Function

Since2.7.0
Deprecatedn/a
theme_update_available ( $theme )
Parameters:
  • (WP_Theme) $theme Theme data object.
    Required: Yes
See:
Defined at:
Codex:

Check if there is an update for a theme available.

Will display link, if there is an update available.


Source

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