Woocommerce template file outputting <strong><code> tags
I'm struggling with the editing of the woocommerce template files. In particular, I'm trying to create a custom cart page and, as guidelines, I've copied the cart.php template file to my template folder. However, any html that I write gets enclosed in
strongcode/code/strong
tags. I really don't understand why, does anybody have an idea?
Here's an example:
?php defined( 'ABSPATH' ) || exit;
do_action( 'woocommerce_before_cart' ); ?
divspanhello/span/div
It outputs
strongcodedivspanhello/span/div/code/strong
Topic code php customization Wordpress
Category Web