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



template › WordPress Filter Hooks

Since1.5.0
Deprecatedn/a
apply_filters( 'template', get_option( 'template' )
Parameters:
  • () template active theme's directory name.
    Required: Yes
Defined at:
Codex:

Filters the name of the active theme.





Source

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