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