wordpress do_shortcode not working code example
Example 1: wordpress do shortcode
<?php echo do_shortcode('[name_of_shortcode parameters=""]'); ?>
Example 2: do_shortcode not working
echo apply_filters( 'the_content',' [STORE-LOCATOR] ');
<?php echo do_shortcode('[name_of_shortcode parameters=""]'); ?>
echo apply_filters( 'the_content',' [STORE-LOCATOR] ');