常用函数-get_theme()
说明
检索 主题 信息。
用法
<?php get_theme( $theme ) ?>
参数
$theme
(字符串)(必需)主题名称
默认值:None
返回的值
(array | null)
若主题名称不存在,返回null。存在则返回主题相关信息。
示例
注释
- 用法:get_themes()
修改记录
自1.5.0版本后
源文件
get_theme()位于 wp-includes/theme.php中。
相关资源
分类:中文手册