wpseek.com
A WordPress-centric search engine for devs and theme authors
esc_attr_e › WordPress Function
Since2.8.0
Deprecatedn/a
› esc_attr_e ( $text, $domain = 'default' )
Parameters: (2) |
|
Defined at: |
|
Codex: |
Displays translated text that has been escaped for safe use in an attribute.
Encodes< > & " '
(less than, greater than, ampersand, double quote, single quote).
Will never double encode entities.
If you need the value for use in PHP, use esc_attr__().