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