

// if (shortcode_exists( 'STORE-FINDER-CONTENT' ) ){
// echo 'Code exists : STORE-FINDER-CONTENT';
// }
// if (shortcode_exists( 'STORE-FINDER-CONTENT' ) ){
// echo 'Code exists store-finder-content';
// }
// if (shortcode_exists( 'super-store-finder' ) ){
// echo 'Code exists super-store-finder';
// }
// if ( has_shortcode( $thecontent, 'store-finder-content' ) ){
// echo 'TESTING';
// }
// if ( has_shortcode( $thecontent, 'STORE-FINDER-CONTENT' ) ){
// echo 'TESTING STORE CODE';
// }else{
// echo 'TEST FAILED';
// }