Do `esc_textarea()` for `<textarea>` content. ``` $value = esc_textarea( $attributes['value'] ); ```
Do
esc_textarea()for<textarea>content.