Description
Filters the active theme directory URI.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 375 |
Parameters
Type | Name | Description |
---|---|---|
string | $template_dir_uri | The URI of the active theme directory. |
string | $template | Directory name of the active theme. |
string | $theme_root_uri | The themes root URI. |
PHP Doc
/**
* Filters the active theme directory URI.
*
* @since 1.5.0
*
* @param string $template_dir_uri The URI of the active theme directory.
* @param string $template Directory name of the active theme.
* @param string $theme_root_uri The themes root URI.
*/