wordpress / latest / hooks / parent_theme_file_uri.html

apply_filters( 'parent_theme_file_uri', string $url, string $file )

Filters the URL to a file in the parent theme.

Parameters

$url string
The file URL.
$file string
The requested file to search for.

Source

File: wp-includes/link-template.php. View all references

return apply_filters( 'parent_theme_file_uri', $url, $file );

Used By

Used By Description

Changelog

Version Description
4.7.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/parent_theme_file_uri