WordPress File wp-includes/l10n.php

_x()

Retrieve translated string with gettext context.

esc_attr__()

Retrieve the translation of $text and escapes it for safe use in an attribute.

esc_attr_e()

Display translated text that has been escaped for safe use in an attribute.

esc_attr_x()

Translate string with gettext context, and escapes it for safe use in an attribute.

esc_html__()

Retrieve the translation of $text and escapes it for safe use in HTML output.

esc_html_e()

Display translated text that has been escaped for safe use in HTML output.

esc_html_x()

Translate string with gettext context, and escapes it for safe use in HTML output.