load_template()

load_template( string $_template_file, bool $require_on…

load_template( string $_template_file, bool $require_once = true )

需要WordPress环境的模板文件。
Require the template file with WordPress environment.

目录锚点:#说明#参数#返回#源码#笔记


说明(Description)

为模板文件设置globals,以确保WordPress环境在函数中可用。查询变量也可用。


参数(Parameters)

参数 类型 必填 说明
$_template_file (string) 必需 模板文件的路径。
$require_once (bool) 可选 是要求一次还是要求。

返回(Return)

无返回值


源码(Source)

load_template() 函数的代码位于 wp-includes/template.php.
更新版本 源码位置 使用 被使用
1.5.0 wp-includes/template.php:702 5 1 function

笔记(Notes)

在插件中加载模板,但允许主题和子主题重写模板
使用load_template()发送变量

类别:WordPress 函数手册

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

评论 (0)COMMENT

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