esc_attr_x


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

Parameters:
  • (string) text Text to translate.
  • (string) context Context information for the translators.
  • (string) domain Optional. Text domain. Unique identifier for retrieving translated strings. Default 'default'.
Returns:
  • (string) Translated text.
Defined at:

Description

Translates 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.

Related Functions

esc_attr__, esc_attr_e, esc_attr, esc_html_x, wp_kses_attr

Top Google Results

User discussions

wpseek mobile