Filters the determined languages directory path for a specific domain and locale.
Parameters
$path
string|false- Languages directory path for the given domain and locale.
$domain
string- Text domain.
$locale
string- 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.