WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about stylesheet_directory_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 229 /**
* Filters the stylesheet directory URI.
*
* @since 1.5.0
*
* @param string $stylesheet_dir_uri Stylesheet directory URI.
* @param string $stylesheet Name of the activated theme's directory.
* @param string $theme_root_uri Themes root URI.
*/

Hook Parameters

Parameter Type Name Description
string $stylesheet_dir_uri Stylesheet directory URI.
string $stylesheet Name of the activated theme's directory.
string $theme_root_uri Themes root URI.