On this page
apply_filters( "gettext_with_context_{$domain}", string $translation, string $text, string $context, string $domain )
Filters text with its translation based on context information for a domain.
Description
The dynamic portion of the hook name, $domain, refers to the text domain.
Parameters
$translationstring-
Translated text.
$textstring-
Text to translate.
$contextstring-
Context information for the translators.
$domainstring-
Text domain. Unique identifier for retrieving translated strings.
Source
File: wp-includes/l10n.php. View all references
$translation = apply_filters( "gettext_with_context_{$domain}", $translation, $text, $context, $domain );
Related
Used By
| Used By | Description |
|---|---|
| translate_with_gettext_context() wp-includes/l10n.php | Retrieves the translation of $text in the context defined in $context. |
Changelog
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/gettext_with_context_domain