wpseek.com
WordPress开发者和主题制作者的搜索引擎



theme_update_available › WordPress Function

Since2.7.0
已弃用n/a
theme_update_available ( $theme )
参数:
  • (WP_Theme) $theme Theme data object.
    Required: Yes
查看:
定义在:
文档:

Check if there is an update for a theme available.

Will display link, if there is an update available.


源码

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