_n_noop()

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

Source: wp-includes/l10n.php:499

Used by 8 functions | Uses 0 functions

_x()

Function: Retrieve translated string with gettext context.

Source: wp-includes/l10n.php:342

Used by 118 functions | Uses 1 function

_ex()

Function: Display translated string with gettext context.

Source: wp-includes/l10n.php:357

Used by 20 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:372

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:387

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:410

Used by 32 functions | Uses 4 functions

esc_attr__()

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

Source: wp-includes/l10n.php:265

Used by 22 functions | Uses 2 functions

_nx()

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

Source: wp-includes/l10n.php:451

Used by 12 functions | Uses 4 functions

esc_html__()

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

Source: wp-includes/l10n.php:282

Used by 3 functions | Uses 2 functions