常用函数-validate_current_theme()
说明
检查当前主题文件 'index.php' 与'style.css'是否存在。
不检查“默认”主题。“默认”主题应始终存在,或应将另一个主题重命名为相应的模板名称和目录路径。若当前主题为未生效,该函数会将主题转换成默认主题。用户可以使用 'validate_current_theme' 过滤器返回false,从而禁用该函数的功能。
用法
<?php validate_current_theme() ?>
参数
无
返回的值
(布尔值)
示例
注释
修改记录
自1.5.0版本后
源文件
validate_current_theme() 位于 wp-includes/theme.php中。
相关资源
分类:中文手册