Filters the path to a file in the theme.
Parameters
$pathstring- The file path.
$filestring- The requested file to search for.
Source
return apply_filters( 'theme_file_path', $path, $file );
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
Filters the path to a file in the theme.
$pathstring$filestringreturn apply_filters( 'theme_file_path', $path, $file );
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.