Description
Filters the localized stylesheet URI.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 307 |
Parameters
Type | Name | Description |
---|---|---|
string | $stylesheet_uri | Localized stylesheet URI. |
string | $stylesheet_dir_uri | Stylesheet directory URI. |
PHP Doc
/**
* Filters the localized stylesheet URI.
*
* @since 2.1.0
*
* @param string $stylesheet_uri Localized stylesheet URI.
* @param string $stylesheet_dir_uri Stylesheet directory URI.
*/