/var/www/hkosl.com/aga/wp-content/plugins/so-widgets-bundle/widgets/google-map/tpl/static-map.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * @var $destination_url
 * @var $new_window
 * @var $src_url
 * @var $fallback_image_data
 * @var $breakpoint
 */
?>

<?php if( !empty( $destination_url ) ): ?>
<a href="<?php echo sow_esc_url$destination_url ?><?php echo $new_window 'target="_blank" rel="noopener noreferrer"' '' ?>>
<?php endif; ?>

<img
    class="sowb-google-map-static"
    border="0"
    src="<?php echo sow_esc_url$src_url ?>"
    data-fallback-image="<?php echo esc_attrjson_encode$fallback_image_data ) ); ?>"
    data-breakpoint="<?php echo esc_attr$breakpoint ); ?>"
    onerror="this.sowbLoadError = true;">

<?php
if( !empty( $destination_url ) ) echo '</a>';