Codex tools: Log in
Contents |
Retrieves the URI of the current theme stylesheet.
The stylesheet file name is 'style.css' which is appended to get_stylesheet_directory_uri() path.
<?php get_stylesheet_uri(); ?>
None.
To output the URL
<?php echo get_stylesheet_uri(); ?>
Since: 1.5.0
get_stylesheet_uri() is located in wp-includes/theme.php.