wpseek.com
A WordPress-centric search engine for devs and theme authors
esc_html_e › WordPress Function
Since2.8.0
Deprecatedn/a
› esc_html_e ( $text, $domain = 'default' )
Parameters: (2) |
|
Defined at: |
|
Codex: |
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__().