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

Filters the stylesheet directory path for current theme.


Description Description


Parameters 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.


Top ↑

Source Source

File: wp-includes/theme.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.