esc_attr_e()

Function: Displays translated text that has been escaped for safe use in an attribute.

Source: wp-includes/l10n.php:362

Used by 0 functions | Uses 0 functions

esc_attr_x()

Function: Translates string with gettext context, and escapes it for safe use in an attribute.

Source: wp-includes/l10n.php:433

Used by 0 functions | Uses 0 functions

esc_html__()

Function: Retrieves the translation of $text and escapes it for safe use in HTML output.

Source: wp-includes/l10n.php:331

Used by 0 functions | Uses 0 functions

esc_html_e()

Function: Displays translated text that has been escaped for safe use in HTML output.

Source: wp-includes/l10n.php:380

Used by 0 functions | Uses 0 functions

esc_html_x()

Function: Translates string with gettext context, and escapes it for safe use in HTML output.

Source: wp-includes/l10n.php:451

Used by 0 functions | Uses 0 functions

esc_js()

Function: Escapes single quotes, `”`, `<`, `>`, `&`, and fixes line endings.

Source: wp-includes/formatting.php:4591

Used by 0 functions | Uses 0 functions