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