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



stylesheet_directory › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root )
Parameters: (3)
  • () stylesheet_dir Absolute path to the active theme.
    Required: Yes
  • () stylesheet Directory name of the active theme.
    Required: Yes
  • () theme_root Absolute path to themes directory.
    Required: Yes
Defined at:
Codex:

Filters the stylesheet directory path for the active theme.





Source

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