Filters the active theme directory URI.
Parameters
$template_dir_uri
string- The URI of the active theme directory.
$template
string- Directory name of the active theme.
$theme_root_uri
string- The themes root URI.
Source
return apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.