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