| @@ -671,9 +671,9 @@ | ||
| 671 | 671 | ]; |
| 672 | 672 | } |
| 673 | 673 | |
| 674 | 674 | protected function render() { |
| 675 | - $settings = $this->get_settings(); | |
| 675 | + $settings = Core::displaySettings($this); | |
| 676 | 676 | $locations = $settings['google_map_locations'] ?? []; |
| 677 | 677 | |
| 678 | 678 | // Sanitize the first location's title (if it exists) |
| 679 | 679 | if (!empty($locations[0]['gm_location_title'])) { |