ngettext_with_context_{$domain}

ngettext_with_context_{$domain}

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('ngettext_with_context_{$domain}') is found 1 times:

  • /wp-includes/l10n.php line 573
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
         * @param int    $number      The number to compare against to use either the singular or plural form.
         * @param string $context     Context information for the translators.
         * @param string $domain      Text domain. Unique identifier for retrieving translated strings.
         */
        $translation = apply_filters( "ngettext_with_context_{$domain}", $translation, $single, $plural, $number, $context, $domain );
     
        return $translation;
    }
     
    /**
     * Registers plural strings in POT file, but does not translate them.

See this hook used in plugins: