Description
Filters the URI for themes directory.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 682 |
Parameters
Type | Name | Description |
---|---|---|
string | $theme_root_uri | The URI for themes directory. |
string | $siteurl | WordPress web address which is set in General Options. |
string | $stylesheet_or_template | The stylesheet or template name of the theme. |
PHP Doc
/**
* Filters the URI for themes directory.
*
* @since 1.5.0
*
* @param string $theme_root_uri The URI for themes directory.
* @param string $siteurl WordPress web address which is set in General Options.
* @param string $stylesheet_or_template The stylesheet or template name of the theme.
*/