apply_filters( 'gettext', string $translation, string $text, string $domain )

Filters text with its translation.


Parameters

$translation

Translated text.

$text

Text to translate.

$domain

Text domain. Unique identifier for retrieving translated strings.


Source

File: wp-includes/l10n.php

View on GitHub



Changelog

Changelog
Version Description
2.0.11 Introduced.