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



stylesheet_directory › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root )
Parameter: (3)
  • () stylesheet_dir Absolute path to the active theme.
    Erforderlich: Ja
  • () stylesheet Directory name of the active theme.
    Erforderlich: Ja
  • () theme_root Absolute path to themes directory.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the stylesheet directory path for the active theme.





Quellcode

return apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root );