Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/l10n.php | apply_filters | 199 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $translation | Translated text. |
string | $text | Text to translate. |
string | $domain | Text domain. Unique identifier for retrieving translated strings. |