Can I embed the PHP Snippet into my template file?
Yes, you can embed the PHP Snippet into your template file.
You cannot directly add the shortcode in the template file but you will need to pass the code into do_shortcode()
function and display its output like this:
<?php echo do_shortcode( '' ); ?>
Note: Instead of please use your PHP snippet shortcode.