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



stylesheet › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'stylesheet', get_option( 'stylesheet' )
Parameters:
  • () stylesheet Name of the current stylesheet.
    Required: Yes
Defined at:
Codex:

Filters the name of current stylesheet.





Source

return apply_filters( 'stylesheet', get_option( 'stylesheet' ) );