Filters the URL to a file in the parent theme.
$urlstring$filestringwp-includes/link-template.php:4645get_parent_theme_file_uri() * * @since 4.7.0 * * @param string $url The file URL. * @param string $file The requested file to search for. */ return apply_filters( 'parent_theme_file_uri', $url, $file );} /** * Retrieves the path of a file in the theme. * * Searches in the stylesheet directory before the template directory so themesIntroduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.