php - Allowing html in product attribute values for Woocommerce products
one text
I need to be able to use html in the values for Woocommerce product attributes. By default, Woocommerce strips the html (and image html) and nothing is saved. I think it has to do with echo wp_kses_post. Is there a way to allow html for global attributes' values?
Source