Wordpress 钩子:theme_file_uri
文章目录
将URL过滤为主题中的文件。
原型
apply_filters( 'theme_file_uri', string $url, string $file )
参数
$url
(string)
文件URL。
$file
(string)
要搜索的请求文件。
源文件
路径:wp-includes/link-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/theme_file_uri/
文章作者 iBllex
上次更新 2019-02-13