parent_theme_file_path

过滤钩子
apply_filters( 'parent_theme_file_path', $path, $file )
参数
  • (string) $path The file path.
    Required:
  • (string) $file The requested file to search for.
    Required:
定义位置
相关勾子
parent_theme_file_uritheme_file_pathparent_filepre_get_site_by_pathget_template_part
相关方法
get_parent_theme_file_pathget_theme_file_pathget_parent_theme_file_uriwp_print_theme_file_treewp_make_theme_file_treeget_theme_file_uri
引入
4.7.0
弃用
-

parent_theme_file_path: 这个函数返回位于父主题的文件的完整路径。它通常用于在子主题中包含父主题的文件,或者在包含文件之前检查文件是否存在于父主题中。

过滤父主题中文件的路径。

return apply_filters( 'parent_theme_file_path', $path, $file );

常见问题

FAQs
查看更多 >