2020-05-01 / 4955阅 / 悠然
Retrieve the translation of $text and escapes it for safe use in an attribute.
If there is no translation, or the text domain isn’t loaded, the original text is returned.
(string)
(Required)
Text to translate.
(string)
(Optional)
Text domain. Unique identifier for retrieving translated strings.
Default value: 'default'
(string) Translated text on success, original text on failure.