Filters whether to override the text domain unloading.
unload_textdomain
Unload translations for a text domain.
load_textdomain_mofile
Filters MO file path for loading translations for a specific text domain.
load_textdomain
Fires before the MO translation file is loaded.
Advertisement
override_load_textdomain
Filters whether to override the .mo file loading.
load_textdomain
Load a .mo file into the text domain $domain.
translate_nooped_plural
Translates and retrieves the singular or plural form of a string that’s been registered with _n_noop() or _nx_noop().
_nx_noop
Registers plural strings with gettext context in POT file, but does not translate them.
Advertisement
_n_noop
Registers plural strings 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.
ngettext
Filters the singular or plural form of a string.
Advertisement
_n
Translates and retrieves the singular or plural form based on the supplied number.
esc_html_x
Translate string with gettext context, and escapes it for safe use in HTML output.
esc_attr_x
Translate string with gettext context, and escapes it for safe use in an attribute.