wordpress / latest / hooks / gettext_domain.html

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 string
Translated text.
$text string
Text to translate.
$domain string
Text domain. Unique identifier for retrieving translated strings.

Source

File: wp-includes/l10n.php. View all references

$translation = apply_filters( "gettext_{$domain}", $translation, $text, $domain );

Used By

Used By Description

Changelog

Version Description
5.5.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/gettext_domain