apply_filters( 'stylesheet_directory_uri', string $stylesheet_dir_uri , string $stylesheet , string $theme_root_uri )
Filters the stylesheet directory URI.
Parameters
- $stylesheet_dir_uri
-
Stylesheet directory URI.
- $stylesheet
-
Name of the activated theme's directory.
- $theme_root_uri
-
Themes root URI.
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |