wordpress显示模版目录
get_bloginfo('template_directory')
有返回值,可以将地址存在变量里,可能比较适合后端使用
bloginfo('template_directory')
直接会把地址打印出来,比较适合前端
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 603 位童鞋阅读过。
get_bloginfo('template_directory')
有返回值,可以将地址存在变量里,可能比较适合后端使用
bloginfo('template_directory')
直接会把地址打印出来,比较适合前端
最后更新于 2017-03-17 15:58:08 并被添加「」标签,已有 603 位童鞋阅读过。
此处评论已关闭