apply_filters( 'theme_root_uri', string $theme_root_uri, string $siteurl, string $stylesheet_or_template )

Filters the URI for themes directory.


Parameters

$theme_root_uri

(string) The URI for themes directory.

$siteurl

(string) ClassicPress web address which is set in General Options.

$stylesheet_or_template

(string) Stylesheet or template name of the theme.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.