Load the translated strings for a plugin residing in the mu-plugins directory.
load_plugin_textdomain
Loads a plugin’s translated strings.
load_default_textdomain
Load default translated strings based on locale.
unload_textdomain
Unload translations for a text domain.
Advertisement
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.
_n_noop
Registers plural strings in POT file, but does not translate them.
Advertisement
_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.
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.
Advertisement
_ex
Display translated string with gettext context.
_x
Retrieve translated string with gettext context.
esc_html_e
Display translated text that has been escaped for safe use in HTML output.