WooCommerce Description and Short Description <p> tags removal
When adding content into the description and short description fields for a product, line-breaks and
tags are completely removed from the markup. Other than installing Advanced TinyMCE, is there any setting, filter, or hook I need to check to make these fields include
elements.
In review of the Product object array in WooCommerce, it looks like the value for description is wrapped in the wpautop() function, but it doesn't appear to be working (it's possibly I'm just not understanding this part of the code correctly within the plugin).
Any ideas on how to force paragraphs into short/description content in WooCommerce?
Note: I only have ACF and WooCommerce installed as plugins. I'm using Underscores as a parent theme to build my own custom theme and product templates.
Topic woocommerce-offtopic wp-autop Wordpress
Category Web