On this page
apply_filters( 'stylesheet_directory_uri', string $stylesheet_dir_uri, string $stylesheet, string $theme_root_uri )
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
File: wp-includes/theme.php. View all references
return apply_filters( 'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet, $theme_root_uri );
Related
Used By
| Used By | Description |
|---|---|
| get_stylesheet_directory_uri() wp-includes/theme.php | Retrieves stylesheet directory URI for the active theme. |
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/stylesheet_directory_uri