apply_filters( 'gettext', string $translation , string $text , string $domain )
Filters text with its translation.
Description Description
Parameters Parameters
- $translation
-
(string) Translated text.
- $text
-
(string) Text to translate.
- $domain
-
(string) Text domain. Unique identifier for retrieving translated strings.
Source Source
File: wp-includes/l10n.php
Changelog Changelog
Version | Description |
---|---|
2.0.11 | Introduced. |