Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/l10n.php | apply_filters | 733 | /** * Filters whether to override the .mo file loading. * * @since 2.9.0 * * @param bool $override Whether to override the .mo file loading. Default false. * @param string $domain Text domain. Unique identifier for retrieving translated strings. * @param string $mofile Path to the MO file. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $override | Whether to override the .mo file loading. Default false. |
string | $domain | Text domain. Unique identifier for retrieving translated strings. |
string | $mofile | Path to the MO file. |