Good afternoon.
The product category description has disappeared from the category pages and I don’t know why. Instead, it appears the product description.
The only changes between yesterday and today have been the installation of several woocommerce extensions ( groups, gravity forms and csv import suite ).
I have deactivated them in case there was some conflict but still happens the same.
It seems that this is managed by the following code
<?php do_action( ‘woocommerce_archive_description’ ); ?>
But I don’t know why it shows the product description.
Is there a way to fix it and bring back the category description?
Thanks a lot.