parent_theme_file_path

最后更新于:2021-11-27 13:19:24

apply_filters( ‘parent_theme_file_path’, string $path, string $file )

Filters the path to a file in the parent theme.

参数

$path

(string)
The file path.

$file

(string)
The requested file to search for.

源文件

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

View on Trac