_x()

Function: Retrieve translated string with gettext context.

Source: wp-includes/l10n.php:294

Used by 116 functions | Uses 1 function

_ex()

Function: Display translated string with gettext context.

Source: wp-includes/l10n.php:309

Used by 19 functions | Uses 1 function

esc_attr_x()

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

Source: wp-includes/l10n.php:324

Used by 5 functions | Uses 2 functions

esc_html_x()

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

Source: wp-includes/l10n.php:339

Used by 0 functions | Uses 2 functions

_n()

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

Source: wp-includes/l10n.php:362

Used by 32 functions | Uses 4 functions

_nx()

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

Source: wp-includes/l10n.php:403

Used by 9 functions | Uses 4 functions