wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



gettext_with_context_{$domain} › Hooks de Filtros WordPress

Desde5.5.0
Obsoleton/a
apply_filters( "gettext_with_context_{$domain}", $translation, $text, $context, $domain )
Parâmetros: (4)
  • (string) $translation Translated text.
    Required: Yes
  • (string) $text Text to translate.
    Required: Yes
  • (string) $context Context information for the translators.
    Required: Yes
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
Definido em:
Codex:

Filters text with its translation based on context information for a domain.

The dynamic portion of the hook name, $domain, refers to the text domain.





Fonte

$translation = apply_filters( "gettext_with_context_{$domain}", $translation, $text, $context, $domain );