Filters a sanitized locale name string.
Parameters
$sanitized
string- The sanitized locale name.
$locale_name
string- The locale name before sanitization.
Source
return apply_filters( 'sanitize_locale_name', $sanitized, $locale_name );
Changelog
Version | Description |
---|---|
6.2.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.