Filters the determined languages directory path for a specific domain and locale.
Parameters
$pathstring|false- Languages directory path for the given domain and locale.
$domainstring- Text domain.
$localestring- Locale.
Source
return apply_filters( 'lang_dir_for_domain', $path, $domain, $locale );
Changelog
| Version | Description |
|---|---|
| 6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.