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

In this article

Filters the URL to a file in the theme.

Parameters

$urlstring
The file URL.
$filestring
The requested file to search for.

Source

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

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.