File manager - Edit - /home/wwcana/vip.canabravavacationclub.com.br/wp-content/themes/appai/kingcomposer/appai_google_map.php
Back
<?php extract( $atts ); //custom class $wrap_class = apply_filters( 'kc-el-class', $atts ); if( ! empty( $extra_class ) ) { $wrap_class[] = $extra_class; } $site_url = get_site_url(); $theme_dir = get_template_directory_uri(); $map_icon = ''; if( $map_icon_mark ) { $img = wp_get_attachment_image_src( $map_icon_mark, 'larger' ); $map_icon = $img[0]; } else { $map_icon = $theme_dir . '/assets/img/others/map-marker-icon.png'; } $map_options = array( 'latitude' => $latitude, 'longitude' => $longitude, 'map_icon_mark' => $map_icon, 'zoomLevel' => $zoom_level, ); $map_options = json_encode($map_options); // Enqueuing Digita Map wp_enqueue_script( 'appai-google-map-s1' ); ?> <div class="<?php echo esc_attr( implode( ' ', $wrap_class ) ); ?>"> <div id="map" data-map-options='<?php echo esc_attr( $map_options ); ?>'></div> </div>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Generation time: 0 |
proxy
|
phpinfo
|
Settings