apply_filters( 'stylesheet_uri', string $stylesheet_uri , string $stylesheet_dir_uri )
Filters the URI of the current theme stylesheet.
Description Description
Parameters Parameters
- $stylesheet_uri
-
(string) Stylesheet URI for the current theme/child theme.
- $stylesheet_dir_uri
-
(string) Stylesheet directory URI for the current theme/child theme.
Source Source
File: wp-includes/theme.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Use a custom stylesheet for single posts.
Expand full source codeCollapse full source code