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_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

_n()

Function: Translates and retrieves the singular or plural form based on the supplied number.

Source: wp-includes/l10n.php:475

Used by 0 functions | Uses 0 functions

_nx()

Function: Translates and retrieves the singular or plural form based on the supplied number, with gettext context.

Source: wp-includes/l10n.php:534

Used by 0 functions | Uses 0 functions