Description
Filters text with its translation.
Occurrences
Filename | Line Number |
---|---|
wp-includes/l10n.php | 206 |
Parameters
Type | Name | Description |
---|---|---|
string | $translation | Translated text. |
string | $text | Text to translate. |
string | $domain | Text domain. Unique identifier for retrieving translated strings. |
PHP Doc
/**
* Filters text with its translation.
*
* @since 2.0.11
*
* @param string $translation Translated text.
* @param string $text Text to translate.
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
*/