esc_html_e


esc_html_e ( $text, $domain = 'default' )

Parameters:
  • (string) text Text to translate.
  • (string) domain Optional. Text domain. Unique identifier for retrieving translated strings. Default 'default'.
Defined at:

Description

Displays translated text that has been escaped for safe use in HTML output.If there is no translation, or the text domain isn't loaded, the original text is escaped and displayed. If you need the value for use in PHP, use esc_html__().

Related Functions

esc_html__, esc_html_x, esc_html, esc_xml, esc_attr_e

Top Google Results

User discussions

wpseek mobile