Description
Fires before the MO translation file is loaded.
Occurrences
Filename | Line Number |
---|---|
wp-includes/l10n.php | 784 |
Parameters
Type | Name | Description |
---|---|---|
string | $domain | Text domain. Unique identifier for retrieving translated strings. |
string | $mofile | Path to the .mo file. |
PHP Doc
/**
* Fires before the MO translation file is loaded.
*
* @since 2.9.0
*
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
* @param string $mofile Path to the .mo file.
*/