1 Answer. It's a combination of _e() , which echoes a translatable string, and esc_html() which is for outputting text so that the text is not interpreted as HTML. ... If you don't use esc_html_e() then that script will be executed.
1 Answer. It's a combination of _e() , which echoes a translatable string, and esc_html() which is for outputting text so that the text is not interpreted as HTML. ... If you don't use esc_html_e() then that script will be executed.