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

Filters the stylesheet directory path for current theme.


Parameters

$stylesheet_dir

(string) Absolute path to the current theme.

$stylesheet

(string) Directory name of the current theme.

$theme_root

(string) Absolute path to themes directory.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.