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



core_version_check_locale › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'core_version_check_locale', get_locale()
Parameter:
  • (string) $locale Current locale.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the locale requested for WordPress core translations.





Quellcode

$locale = apply_filters( 'core_version_check_locale', get_locale() );