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



stylesheet_uri › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri )
Parameter: (2)
  • () stylesheet_uri Stylesheet URI for the active theme/child theme.
    Erforderlich: Ja
  • () stylesheet_dir_uri Stylesheet directory URI for the active theme/child theme.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URI of the active theme stylesheet.





Quellcode

return apply_filters( 'stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri );