4662*4663* @since 4.7.04664*4665* @param string$url The file URL.4666* @param string$file The requested file to search for.4667*/4668returnapply_filters('theme_file_uri',$url,$file);4669}46704671/**4672* Retrieves the URL of a file in the parent theme.4673*4674* @since 4.7.0
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.