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



theme_root_uri › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'theme_root_uri', $theme_root_uri, get_option( 'siteurl' )
Parameter: (3)
  • () theme_root_uri The URI for themes directory.
    Erforderlich: Ja
  • () siteurl WordPress web address which is set in General Options.
    Erforderlich: Ja
  • () stylesheet_or_template The stylesheet or template name of the theme.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URI for themes directory.





Quellcode

return apply_filters( 'theme_root_uri', $theme_root_uri, get_option( 'siteurl' ), $stylesheet_or_template );