Advertisement

load_muplugin_textdomain

Load the translated strings for a plugin residing in the mu-plugins directory.

Advertisement

load_textdomain

Load a .mo file into the text domain $domain.

_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.