wpseek.com
A WordPress-centric search engine for devs and theme authors



gettext_{$domain} › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( "gettext_{$domain}", $translation, $text, $domain )
Parameters: (3)
  • (string) $translation Translated text.
    Required: Yes
  • (string) $text Text to translate.
    Required: Yes
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
Defined at:
Codex:

Filters text with its translation for a domain.

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





Source

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