php function does not render third party shortcodes
-
I used php function below to embed text block to the template file
<?php if(function_exists('show_text_block')) { echo show_text_block('my-text-block', true); } ?>
I used third party shortocdes on this text block but it was not rendered ans shows just as shortcodes.
- The topic ‘php function does not render third party shortcodes’ is closed to new replies.