Display translated string with gettext context.
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
_e
Display translated text.
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.
__
Retrieve the translation of $text.
Advertisement
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.
before_last_bar
Remove last item on a pipe-delimited string.
gettext
Filters text with its translation.
Advertisement
translate
Retrieve the translation of $text.
determine_locale
Filters the locale for the current request.
pre_determine_locale
Filters the locale for the current request prior to the default determination process.