How to use shortcode inside any php file
Hi,
In this post we will see how we can use a short code inside a PHP file . You can do it by using the following line of code
[php]
<?php echo do_shortcode(‘[YOUR_SHORT_CODE_HERE]’);?>
[/php]
kindest Regards
Sibeesh Venu