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

Filters the URI for themes directory.


Description Description


Parameters Parameters

$theme_root_uri

(string) The URI for themes directory.

$siteurl

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

$stylesheet_or_template

(string) The stylesheet or template name of the theme.


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.