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



gettext › Filtr WordPress Hooks

Od2.0.11
Przestarzałyn/a
apply_filters( 'gettext', $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.





Źródło

$translation = apply_filters( 'gettext', $translation, $text, $domain );