esc_html_x()
Function: Translates string with gettext context, and escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:451
Function: Translates string with gettext context, and escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:451
Function: Translates and retrieves the singular or plural form based on the supplied number.
Source: wp-includes/l10n.php:475
Filter Hook: Filters the singular or plural form of a string.
Source: wp-includes/l10n.php:490
Function: Translates and retrieves the singular or plural form based on the supplied number, with gettext context.
Source: wp-includes/l10n.php:534
Filter Hook: Filters the singular or plural form of a string with gettext context.
Source: wp-includes/l10n.php:550
Function: Registers plural strings in POT file, but does not translate them.
Source: wp-includes/l10n.php:600
Function: Registers plural strings with gettext context in POT file, but does not translate them.
Source: wp-includes/l10n.php:646
Function: Retrieves the translation of $text.
Source: wp-includes/l10n.php:298
Function: Retrieves the translation of $text and escapes it for safe use in an attribute.
Source: wp-includes/l10n.php:314
Function: Retrieves the translation of $text and escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:331