apply_filters( 'gettext_with_context', string $translation, string $text, string $context, string $domain )

Filters text with its translation based on context information.


Parameters

$translation

Translated text.

$text

Text to translate.

$context

Context information for the translators.

$domain

Text domain. Unique identifier for retrieving translated strings.


Source

File: wp-includes/l10n.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.