apply_filters( 'sanitize_locale_name', string $sanitized , string $locale_name )
Filters a sanitized locale name string.
Parameters
- $sanitized
-
(string) The sanitized locale name.
- $locale_name
-
(string) The locale name before sanitization.
Source
Changelog
| Version | Description |
|---|---|
| 6.2.1 | Introduced. |