WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about stylesheet_directory

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 205 /**
* Filters the stylesheet directory path for the active theme.
*
* @since 1.5.0
*
* @param string $stylesheet_dir Absolute path to the active theme.
* @param string $stylesheet Directory name of the active theme.
* @param string $theme_root Absolute path to themes directory.
*/

Hook Parameters

Parameter Type Name Description
string $stylesheet_dir Absolute path to the active theme.
string $stylesheet Directory name of the active theme.
string $theme_root Absolute path to themes directory.