wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



template_directory_uri › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri )
Parameter: (3)
  • () template_dir_uri The URI of the active theme directory.
    Erforderlich: Ja
  • () template Directory name of the active theme.
    Erforderlich: Ja
  • () theme_root_uri The themes root URI.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the active theme directory URI.





Quellcode

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