首页 WordPress函数大全 esc_attr_x()

esc_attr_x()

2020-05-01 / 5422阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

esc_attr_x( string $text, string $context, string $domain = 'default' )

Translate string with gettext context, 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 escaped and returned.

参数

$text

(string)
(Required)
Text to translate.

$context

(string)
(Required)
Context information for the translators.

$domain

(string)
(Optional)
Text domain. Unique identifier for retrieving translated strings.

Default value: 'default'

返回

(string) Translated text.

大家谈论
    我的见解