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



locale_stylesheet_uri › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri )
Parameter: (2)
  • () stylesheet_uri Localized stylesheet URI.
    Erforderlich: Ja
  • () stylesheet_dir_uri Stylesheet directory URI.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the localized stylesheet URI.





Quellcode

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