get_theme_file_path()
get_theme_file_path( string $file = ” ) 检索主题中文件的路径。Retr…
get_theme_file_path( string $file = ” )
检索主题中文件的路径。
Retrieves the path of a file in the theme.
目录锚点:#说明#参数#返回#源码#笔记
说明(Description)
在模板目录之前的样式表目录中搜索,以便从父主题继承的主题可以覆盖一个文件。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$file | (string) | 可选 | 要在样式表目录中搜索的文件。 |
返回(Return)
(string)文件的路径。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.7.0 | wp-includes/link-template.php:4340 | 0 | 4 |
笔记(Notes)
我们可以使用此函数允许子主题覆盖父主题的函数文件。
类别:WordPress 函数手册、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!