ngettext_with_context

Advertisement

Summery Summery

Filters the singular or plural form of a string with gettext context.

Syntax Syntax

apply_filters( 'ngettext_with_context', string $translation, string $single, string $plural, string $number, string $context, string $domain )

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

$context

(string) Context information for the translators.

$domain

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

Source Source

File: wp-includes/l10n.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.