Uses
Uses | Description |
---|---|
wp-includes/l10n.php: gettext_{$domain} | Filters text with its translation for a domain. |
wp-includes/l10n.php: get_translations_for_domain() | Return the Translations instance for a text domain. |
wp-includes/l10n.php: gettext | Filters text with its translation. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/pomo/translations.php: Translations::translate() |