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.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 51.1.46 All 39 releases
← All changes | includes/widgets/Tabs/Tabs.php +2 -3 51.1.6451.1.83 View file →
@@ -221,10 +221,9 @@
221 221 );
222 222
223 223 $repeater->add_control('tab_content_type', $this->add_repeater_args_tab_content_type());
224 224
225 - Core::renderUpgradeProNotice($repeater, Controls_Manager::RAW_HTML, 'tabs', 'tab_content_type', ['pro-tmp']);
226 - Core::renderUpgradeProNotice($repeater, Controls_Manager::RAW_HTML, 'tabs', 'tab_content_type', ['pro-cf']);
225 + Core::renderUpgradeProNotice($repeater, Controls_Manager::RAW_HTML, 'tabs', 'tab_content_type', ['pro-tmp', 'pro-cf']);
227 226
228 227 if (king_addons_freemius()->can_use_premium_code__premium_only()) {
229 228 $repeater->add_control(
230 229 'tab_custom_field',
@@ -1472,9 +1471,9 @@
1472 1471 }
1473 1472
1474 1473 protected function render()
1475 1474 {
1476 - $settings = $this->get_settings();
1475 + $settings = Core::displaySettings($this);
1477 1476
1478 1477 // Force fallback settings if premium code isn't available
1479 1478 if (!king_addons_freemius()->can_use_premium_code__premium_only()) {
1480 1479 $settings['active_tab'] = 1;