parent_theme_file_uri

最后更新于:2021-11-27 13:22:05

apply_filters( ‘parent_theme_file_uri’, string $url, string $file )

Filters the URL to a file in the parent theme.

参数

$url

(string)
The file URL.

$file

(string)
The requested file to search for.

源文件

文件: gc-includes/link-template.php

View on Trac