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