Run visual composer code in php page

Based on Toms comment this will work:

<?php echo do_shortcode( ' 
[vc_column_text]
<h3><a href="https://wordpress.stackexchange.com/questions/298984/home">home</a></h3>
[/vc_column_text]
' );?>

Leave a Comment