get_stylesheet_uri
get_stylesheet_uri ( No parameters )
Returns:- (string) URI to active theme's stylesheet.
Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: —
Description
Retrieves stylesheet URI for the active theme.The stylesheet file name is 'style.css' which is appended to the stylesheet directory URI path.
See get_stylesheet_directory_uri().