Do a shortcode inside a php or html file

Description

To do a shortcode of a plugin just replace [shopping_cart] with the desired shortcode

To do a shortcode of a plugin just replace [shopping_cart] with the desired shortcode

PHP Source Code

                        
                          <?php do_shortcode('[shopping_cart]'); ?>

or

<?php echo do_shortcode('[shopping_cart]'); ?>                        
                        


Post Categories