apply_filters( ‘stylesheet_directory_uri’, string $stylesheet_dir_uri, string $stylesheet, string $theme_root_uri )

In this article

Filters the stylesheet directory URI.

Parameters

$stylesheet_dir_uristring
Stylesheet directory URI.
$stylesheetstring
Name of the activated theme’s directory.
$theme_root_uristring
Themes root URI.

Source

return apply_filters( 'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet, $theme_root_uri );

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

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