Languages: English • Русский • 日本語 (Add your language)
Displays the returned translated text from translate().
<?php _e( $text, $domain ) ?>
Display some translated text:
<?php _e( 'Some text to translate and display.', 'textdomain' ); ?>
_e() is located in wp-includes/l10n.php
.
L10n: translate(), __(), _e(), _n(), _x(), _ex(), _nx(), esc_attr__(), esc_attr_e(), esc_attr_x(), esc_html__(), esc_html_e(), esc_html_x(), _n_noop(), _nx_noop(), translate_nooped_plural()