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



template › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'template', get_option( 'template' )
Parameter:
  • () template active theme's directory name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the name of the active theme.





Quellcode

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