PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.83
51.1.86 51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 All 40 releases
← All changes | includes/widgets/Google_Maps/Google_Maps.php +2 -2 51.1.39 → 51.1.83 View file →
@@ -398,9 +398,9 @@
398 398 'gm_latitude' => '40.782864',
399 399 'gm_longitude' => '-73.965355',
400 400 ],
401 401 ],
402 - 'title_field' => '{{{ gm_location_title }}}',
402 + 'title_field' => '{{ gm_location_title }}',
403 403 ]
404 404 );
405 405
406 406 $this->end_controls_section();
@@ -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'])) {