Description
Filters MO file path for loading translations for a specific text domain.
Occurrences
Filename | Line Number |
---|---|
wp-includes/l10n.php | 794 |
Parameters
Type | Name | Description |
---|---|---|
string | $mofile | Path to the MO file. |
string | $domain | Text domain. Unique identifier for retrieving translated strings. |
PHP Doc
/**
* Filters MO file path for loading translations for a specific text domain.
*
* @since 2.9.0
*
* @param string $mofile Path to the MO file.
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
*/