Description
Filters a theme's locale.
Occurrences
Filename | Line Number |
---|---|
wp-includes/l10n.php | 1105 |
Parameters
Type | Name | Description |
---|---|---|
string | $locale | The theme's current locale. |
string | $domain | Text domain. Unique identifier for retrieving translated strings. |
PHP Doc
/**
* Filters a theme's locale.
*
* @since 3.0.0
*
* @param string $locale The theme's current locale.
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
*/