wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



theme_locale › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'theme_locale', determine_locale()
Parametri: (2)
  • (string) $locale The theme's current locale.
    Richiesto:
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Richiesto:
Definito a:
Codex:

Filters a theme's locale.





Sorgenti

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