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

In this article

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

VersionDescription
2.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.