apply_filters( "gettext_{$domain}", string $translation , string $text , string $domain )
Filters text with its translation for a domain.
Description
The dynamic portion of the hook name, $domain
, refers to the text domain.
Parameters
- $translation
-
Translated text.
- $text
-
Text to translate.
- $domain
-
Text domain. Unique identifier for retrieving translated strings.
Source
File: wp-includes/l10n.php
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |