title) || !empty($azera_shop_shortcodes_section_decoded[0]->subtitle) || !empty($azera_shop_shortcodes_section_decoded[0]->shortcode))){ foreach($azera_shop_shortcodes_section_decoded as $section){ ?>
title) ){ echo '

'.esc_attr($section->title).'

'; } ?> subtitle) ){ echo '
'.esc_attr($section->subtitle).'
'; } ?>
shortcode)){ $scd = html_entity_decode($section->shortcode); echo do_shortcode ( $scd ); } ?>