Registers plural strings with gettext context in POT file, but does not translate them.
ngettext_with_context
Filters the singular or plural form of a string with gettext context.
_nx
Translates and retrieves the singular or plural form based on the supplied number, with gettext context.
_n
Translates and retrieves the singular or plural form based on the supplied number.
Advertisement
esc_attr_x
Translate string with gettext context, and escapes it for safe use in an attribute.
esc_html_e
Display translated text that has been escaped for safe use in HTML output.
_x
Retrieve translated string with gettext context.
esc_attr_e
Display translated text that has been escaped for safe use in an attribute.
Advertisement
esc_html__
Retrieve the translation of $text and escapes it for safe use in HTML output.
esc_attr__
Retrieve the translation of $text and escapes it for safe use in an attribute.
gettext_with_context
Filters text with its translation based on context information.
translate_with_gettext_context
Retrieve the translation of $text in the context defined in $context.
Advertisement
before_last_bar
Remove last item on a pipe-delimited string.
__checked_selected_helper
Private helper function for checked, selected, disabled and readonly.
feed_links_extra
Display the links to the extra feeds such as category feeds.