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