esc_attr__


esc_attr__ ( $text, $domain = 'default' )

Parameters:
  • (string) text Text to translate.
  • (string) domain Optional. Text domain. Unique identifier for retrieving translated strings. Default 'default'.
Returns:
  • (string) Translated text on success, original text on failure.
Defined at:

Description

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

Related Functions

esc_attr_e, esc_attr_x, esc_attr, esc_html__, esc_textarea

Top Google Results

User discussions

wpseek mobile