Filters the stylesheet directory path for the active theme.
$stylesheet_dirstring$stylesheetstring$theme_rootstringwp-includes/theme.php:215get_stylesheet_directory() * @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. */ return apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root );} /** * Retrieves stylesheet directory URI for the active theme. * * @since 1.5.0Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.