apply_filters( 'locale_stylesheet_uri', string $stylesheet_uri, string $stylesheet_dir_uri )
- Since
- 2.1.0
Filters the localized stylesheet URI.
Parameters
$stylesheet_uristring- Localized stylesheet URI.
$stylesheet_dir_uristring- Stylesheet directory URI.
Fired at · 1
wp-includes/theme.php:307get_locale_stylesheet_uri()
Source
View on Trac ↗View on GitHub ↗
301 *302 * @since 2.1.0303 *304 * @param string $stylesheet_uri Localized stylesheet URI.305 * @param string $stylesheet_dir_uri Stylesheet directory URI.306 */307 return apply_filters( 'locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );308}309 310/**311 * Retrieves name of the active theme.312 *313 * @since 1.5.0
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.