2. In template or PHP file – If we want to run shortcode in our template or any other place in our website then we need to use a WordPress pre-defined function that is do_shortcode.
Example – <?php echo do_shortcode( ‘[your shortcode goes here]’ ); ?>

For more on WP, check out this WordPress guide.