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



stylesheet_directory_uri › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet, $theme_root_uri )
Parameter: (3)
  • () stylesheet_dir_uri Stylesheet directory URI.
    Erforderlich: Ja
  • () stylesheet Name of the activated theme's directory.
    Erforderlich: Ja
  • () theme_root_uri Themes root URI.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the stylesheet directory URI.





Quellcode

return apply_filters( 'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet, $theme_root_uri );