wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



gettext_{$domain} › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( "gettext_{$domain}", $translation, $text, $domain )
Parametry: (3)
  • (string) $translation Translated text.
    Wymagane: Tak
  • (string) $text Text to translate.
    Wymagane: Tak
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters text with its translation for a domain.

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





Źródło

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