WPPaste WordPress Functions index
Page 13

Welcome to the WPPaste WordPress Function index. This page contains a an alphabetically sorted list of functions that are available for use in WordPress. Each function has a brief description of what it does and how it can be used. To find out more about a particular function, simply click on the function name.

_n()

Translates and retrieves the singular or plural form based on the supplied number.

_n_noop()

Registers plural strings in POT file, but does not translate them.

_nc()

Legacy version of _n(), which supports contexts.

_nx()

Translates and retrieves the singular or plural form based on the supplied number, with gettext context.

_nx_noop()

Registers plural strings with gettext context in POT file, but does not translate them.