theme_file_path

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

theme_file_path是一个WordPress过滤钩子,允许开发者修改主题文件的文件路径。这可以用来加载自定义文件或改变主题内文件的位置。

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

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

常见问题

FAQs
查看更多 >