wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



theme_locale › Filtr WordPress Hooks

Od3.0.0
Przestarzałyn/a
apply_filters( 'theme_locale', determine_locale()
Parametry: (2)
  • (string) $locale The theme's current locale.
    Wymagane: Tak
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters a theme's locale.





Źródło

$locale = apply_filters( 'theme_locale', determine_locale(), $domain );