W3cubDocs

/WordPress

apply_filters( "ngettext_{$domain}", string $translation, string $single, string $plural, string $number, string $domain )

Filters the singular or plural form of a string for a domain.

Description

The dynamic portion of the hook, $domain, refers to the text domain.

Parameters

$translation

(string) Translated text.

$single

(string) The text to be used if the number is singular.

$plural

(string) The text to be used if the number is plural.

$number

(string) The number to compare against to use either the singular or plural form.

$domain

(string) Text domain. Unique identifier for retrieving translated strings.

Source

File: wp-includes/l10n.php

View on Trac

Changelog

Version Description
5.5.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/ngettext_domain