apply_filters( 'locale_stylesheet_uri', string $stylesheet_uri , string $stylesheet_dir_uri )
Filters the localized stylesheet URI.
Parameters
- $stylesheet_uri
-
Localized stylesheet URI.
- $stylesheet_dir_uri
-
Stylesheet directory URI.
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |