wpseek.com
A WordPress-centric search engine for devs and theme authors



determine_locale › WordPress Filter Hooks

Since5.0.0
Deprecatedn/a
apply_filters( 'determine_locale', $determined_locale )
Parameters:
  • (string) $determined_locale The locale.
    Required: Yes
Defined at:
Codex:

Filters the locale for the current request.





Source

return apply_filters( 'determine_locale', $determined_locale );