We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0fea3 commit b5b2a28Copy full SHA for b5b2a28
templates/archive/fields/google-map.php
@@ -95,7 +95,7 @@
95
<div class='directorist-info-item map-listing-card-single__content__address'>
96
<?php directorist_icon( 'fas fa-map-marker-alt' ); ?>
97
<div class="map-listing-card-single__content__location">
98
- <?php echo $ls_data['listings']->get_the_location() ?>
+ <?php echo esc_html( $ls_data['address'] ); ?>
99
</div>
100
101
<?php
templates/archive/fields/openstreet-map.php
@@ -90,7 +90,7 @@
90
91
92
93
94
0 commit comments