apply_filters( 'stylesheet_uri', string $stylesheet_uri , string $stylesheet_dir_uri )
Filters the URI of the active theme stylesheet.
Parameters
- $stylesheet_uri
-
Stylesheet URI for the active theme/child theme.
- $stylesheet_dir_uri
-
Stylesheet directory URI for the active theme/child theme.
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |