常用函数-get_current_theme()

常用函数-get_current_theme() 说明 检索当前主题目录 用法 <?php get_te…

常用函数-get_current_theme()

说明

检索当前主题目录

用法

<?php get_template_directory() ?>

参数

返回的值

(字符串)

模板目录路径

示例

当前主题名称

获取当前主题的名称

<?php      
    $theme_name = get_current_theme();      
    echo $theme_name;  
?>

注释

  • 用法:apply_filters() 在模板目录路径和模板名称上调用’template_directory’过滤器

修改记录

自1.5.0版本后

源文件

get_template_directory()位于 wp-includes/theme.php中。

相关资源

分类:中文手册

类别:WordPress教程

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册