On this page
apply_filters( 'theme_file_uri', string $url, string $file )
Filters the URL to a file in the theme.
Parameters
$urlstring-
The file URL.
$filestring-
The requested file to search for.
Source
File: wp-includes/link-template.php. View all references
return apply_filters( 'theme_file_uri', $url, $file );
Related
Used By
| Used By | Description |
|---|---|
| get_theme_file_uri() wp-includes/link-template.php | Retrieves the URL of a file in the theme. |
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/theme_file_uri