apply_filters( ‘lang_dir_for_domain’, string|false $path, string $domain, string $locale )

In this article

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

VersionDescription
6.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.