Home › Forums › WoodMart support forum › Theme Conflict with WooCommerce › Reply To: Theme Conflict with WooCommerce
March 28, 2023 at 3:44 pm
#454824
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to do this
remove_filter( 'woocommerce_short_description', 'do_shortcode', 11 );
Kind Regards