Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/l10n.php | apply_filters | 267 | /** * Filters text with its translation based on context information. * * @since 2.8.0 * * @param string $translation Translated text. * @param string $text Text to translate. * @param string $context Context information for the translators. * @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 | $context | Context information for the translators. |
string | $domain | Text domain. Unique identifier for retrieving translated strings. |