get_theme_file_uri
get_theme_file_uri ( $file = '' )
Parameters:- (string) file Optional. File to search for in the stylesheet directory.
Returns:- (string) The URL of the file.
Defined at: - Introduced in WordPress: 4.7.0
- Deprecated in WordPress: —
Description
Retrieves the URL of a file in the theme.Searches in the stylesheet directory before the template directory so themes
which inherit from a parent theme can just override one file.