mcguffin / acf-openstreetmap-field

WordPress ACF Field for OpenStreetMap
https://wordpress.org/plugins/acf-openstreetmap-field/
GNU General Public License v3.0
107 stars 22 forks source link

Add array merge to avoid non existing index errors #78

Closed CBeghin closed 2 years ago

mcguffin commented 2 years ago

Salu Chris, Just added a call to $this->sanitize_field(), which is doing some more validation and typecasting. Thanks anyway!