apply_filters( 'sanitize_locale_name', string $sanitized, string $locale_name )

Filters a sanitized locale name string.


Parameters

$sanitized

The sanitized locale name.

$locale_name

The locale name before sanitization.


Source

File: wp-includes/formatting.php

View on GitHub


Changelog

Changelog
Version Description
6.2.1 Introduced.