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

Filters text with its translation based on context information.


Description Description


Parameters Parameters

$translation

(string) Translated text.

$text

(string) Text to translate.

$context

(string) Context information for the translators.

$domain

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


Top ↑

Source Source

File: wp-includes/l10n.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.