W3cubDocs

/WordPress

apply_filters( ‘locale_stylesheet_uri’, string $stylesheet_uri, string $stylesheet_dir_uri )

Filters the localized stylesheet URI.

Parameters

$stylesheet_uristring
Localized stylesheet URI.
$stylesheet_dir_uristring
Stylesheet directory URI.

Source

return apply_filters( 'locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );

Changelog

Version Description
2.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/locale_stylesheet_uri