apply_filters( 'stylesheet_directory', string $stylesheet_dir, string $stylesheet, string $theme_root )

Filters the stylesheet directory path for the active theme.


Parameters

$stylesheet_dir

Absolute path to the active theme.

$stylesheet

Directory name of the active theme.

$theme_root

Absolute path to themes directory.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
1.5.0 Introduced.