apply_filters( 'stylesheet_directory_uri', string $stylesheet_dir_uri, string $stylesheet, string $theme_root_uri )

Filters the stylesheet directory URI.


Description Description


Parameters Parameters

$stylesheet_dir_uri

(string) Stylesheet directory URI.

$stylesheet

(string) Name of the activated theme's directory.

$theme_root_uri

(string) Themes root URI.


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.