WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about stylesheet_uri

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 253 /**
* Filters the URI of the active theme stylesheet.
*
* @since 1.5.0
*
* @param string $stylesheet_uri Stylesheet URI for the active theme/child theme.
* @param string $stylesheet_dir_uri Stylesheet directory URI for the active theme/child theme.
*/

Hook Parameters

Parameter Type Name Description
string $stylesheet_uri Stylesheet URI for the active theme/child theme.
string $stylesheet_dir_uri Stylesheet directory URI for the active theme/child theme.