Archive | _ RSS feed for this section

__return_empty_array

Returns an empty array.Useful for returning an empty array to filters easily.

4429

Continue reading

__ngettext_noop

Register plural strings in POT file, but don’t translate them.

4427

Continue reading

__

Retrieves the translation of $text. If there is no translation, or the domain isn’t loaded, the original text is returned.

4423

Continue reading

_x

Retrieve translated string with gettext contextQuite a few times, there will be collisions with similar translatable text found in more than two places but with different translated context.

4421

Continue reading