AlkantarClanX12
Current Path : /home/dilseshaadi/www/wp-content/themes/wedding-planner/include/ |
Current File : /home/dilseshaadi/www/wp-content/themes/wedding-planner/include/google-maps_bg.php |
<?php if(wedding_planner_get_metabox('background_group.0.ozy_wedding_planner_meta_page_background_use_gmap') == '1') { $address = wedding_planner_get_metabox('background_group.0.ozy_wedding_planner_meta_page_background_gmap_group.0.ozy_wedding_planner_meta_page_background_gmap_address'); if( trim($address) != '' ) { ?> <div id="ozy-google-map-background"><iframe width="100%" height="1400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="<?php echo esc_url($address); ?>"></iframe></div> <?php } } ?>