当前浏览:首页 / WordPress函数 / get_parent_theme_file_path()

get_parent_theme_file_path( string $file = '' )

检索父主题中文件的路径

file

parent

path

theme 主题more...


参数

$file

(string) (可选) 要在模板目录中返回路径的文件。

默认值: ''


返回

(string) 文件的路径。



源码

查看源码 官方文档


更新日志

版本描述
4.7.0开始引入

使用示例

  • 示例1

    functions.php或任何其他文件中 include/require PHP文件的正确方式。

    require get_parent_theme_file_path( '/inc/your-file-name.php' );