Description
Filters the determined languages directory path for a specific domain and locale.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-textdomain-registry.php | 105 |
Parameters
Type | Name | Description |
---|---|---|
string|false | $path | Languages directory path for the given domain and locale. |
string | $domain | Text domain. |
string | $locale | Locale. |
PHP Doc
/**
* Filters the determined languages directory path for a specific domain and locale.
*
* @since 6.6.0
*
* @param string|false $path Languages directory path for the given domain and locale.
* @param string $domain Text domain.
* @param string $locale Locale.
*/