apply_filters( 'theme_file_uri', string $url , string $file )
Filters the URL to a file in the theme.
Description Description
Parameters Parameters
- $url
-
(string) The file URL.
- $file
-
(string) The requested file to search for.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |