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



stylesheet › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'stylesheet', get_option( 'stylesheet' )
Parameter:
  • () stylesheet Name of the current stylesheet.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the name of current stylesheet.





Quellcode

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