wpseek.com
A WordPress-centric search engine for devs and theme authors



template_directory_uri › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri )
Parameters: (3)
  • () template_dir_uri The URI of the active theme directory.
    Required: Yes
  • () template Directory name of the active theme.
    Required: Yes
  • () theme_root_uri The themes root URI.
    Required: Yes
Defined at:
Codex:

Filters the active theme directory URI.





Source

return apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri );