_ex()

Function: Displays translated string with gettext context.

Source: wp-includes/l10n.php:415

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

_n_noop()

Function: Registers plural strings in POT file, but does not translate them.

Source: wp-includes/l10n.php:600

Used by 0 functions | Uses 0 functions

_nx_noop()

Function: Registers plural strings with gettext context in POT file, but does not translate them.

Source: wp-includes/l10n.php:646

Used by 0 functions | Uses 0 functions

esc_attr__()

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

Source: wp-includes/l10n.php:314

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