apply_filters( 'template_directory_uri', string $template_dir_uri , string $template , string $theme_root_uri )
Filters the current theme directory URI.
Description Description
Parameters Parameters
- $template_dir_uri
-
(string) The URI of the current theme directory.
- $template
-
(string) Directory name of the current theme.
- $theme_root_uri
-
(string) The themes root URI.
Source Source
File: wp-includes/theme.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |