WordPress Escape pour HTML

// Escaping for HTML attributes.
esc_attr( string $text )
TheDutchScorpion