Split product description by paragraphs in WordPress WooCommerce with PHP -explode preg_split regex getting unwanted characters
I am trying to add a feature to our site that automatically fills the product short description by using first 2 paragraphs from long description if that product had no manually added short description. My function worked in general, but…