Advertisement

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

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.

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.