filters intersection works well

This commit is contained in:
lenovo
2022-11-14 01:26:21 +01:00
parent 5596c5e954
commit 38beda1e80
7 changed files with 137 additions and 78 deletions

View File

@@ -124,7 +124,7 @@ function mp_ljdp_map() {
if (is_event_post()) {
$mp_zoom = $mp_zoom_set[1];
$location = get_field(location);
$location = get_field("location");
$coordinates = $location->coordinates;
$mp_coordinates_default = $coordinates;