People Group Profile page – ArcGIS dashboard map – output via PEID var

// Get the value of the ‘lang’ field (ACF) from the current post $PEID = get_field(‘PEID’); if ($PEID) { $encoded_peid = urlencode($PEID); $dashboard_url = “https://imb.maps.arcgis.com/apps/dashboards/cd8bf39013bb42f2b7361219e533dec0#aPEID={$encoded_peid}”; //$dashboard_url = “https://imb.maps.arcgis.com/apps/dashboards/02e41687079246e6843bce695da0af8e#aPEID={$encoded_peid}”; echo ‘ ‘; echo ‘‘; echo ‘ ‘; } else { echo…Continue reading