I have installed visual composer on my wordpress and has enabled it to execute on all pages, posts, product, etc.
Later, I created a product whose description is designed in visual composer. So when I visit the product page the visual code is parsed properly.
Now I created a page where I fetch the description data from the DB and echo it on the page. But the visual composer tags are printed as text, they are not parsed or processed.
So, how to process the visual code on that separate page ?
description
but when I fetched the description from DB and echoed it then it prints the above code as it is. – Shrinivas Deshpande