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



current_theme_info › WordPress Function

Since2.0.0
已弃用3.4.0
current_theme_info ( 没有参数 )
查看:
返回:
  • (WP_Theme)
定义在:
文档:

Retrieves information on the current active theme.



源码

function current_theme_info() {
	_deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme()' );

	return wp_get_theme();
}