esc_html__
esc_html__ ( $text, $domain = 'default' )
Parameters:- (string) text Text to translate.
- (string) domain Optional. Text domain. Unique identifier for retrieving translated strings. Default 'default'.
Returns:- (string) Translated text.
Defined at: - Introduced in WordPress: 2.8.0
- Deprecated in WordPress: —
Description
Retrieves the translation of $text and escapes it for safe use in HTML output.If there is no translation, or the text domain isn't loaded, the original text
is escaped and returned.