Retrieves the translation of $text and escapes it for safe use in an attribute. If there is no translation, or the domain isn’t loaded, the original text is returned.
Signature
esc_attr__( $text, $domain = 'default' )
- text
- (string) Text to translate
- domain
- (string) Optional. Domain to retrieve the translated text
Default:'default'
Return
(string) Translated text
Source
function esc_attr__( $text, $domain = 'default' ) {
return esc_attr( translate( $text, $domain ) );
}
WP Trac GitHub Bitbucket
Link here
-
URL
http://queryposts.com/function/esc_attr__/ -
HTML
<a href='http://queryposts.com/function/esc_attr__/'>esc_attr__()</a> -
Markdown
[esc_attr__()](http://queryposts.com/function/esc_attr__/) -
BBCode
[url=http://queryposts.com/function/esc_attr__/]esc_attr__()[/url]