Codex tools: Log in
Contents |
Displays translated text that has been escaped for safe use in HTML output.
<?php esc_html_e( $text, $domain ); ?>
Since: 2.8
esc_html_e() is located in wp-includes/l10n.php
See: Data Validation article for an in-depth discussion of input and output sanitization.