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



_e › WordPress Function

Od1.2.0
Przestarzałyn/a
_e ( $text, $domain = 'default' )
Parametry: (2)
  • (string) $text Text to translate.
    Wymagane: Tak
  • (string) $domain Optional. Text domain. Unique identifier for retrieving translated strings. Default 'default'.
    Wymagane: Nie
    Domyślny: 'default'
Zdefiniowane na:
Codex:

Displays translated text.



Powiązane Funkcje: _ex, _, __, _c, _n

Źródło

function _e( $text, $domain = 'default' ) {
	echo translate( $text, $domain );
}