| @@ -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', |
| @@ -326,9 +325,9 @@ | ||
| 326 | 325 | 'tab_custom_bg_color' => '#384FFF', |
| 327 | 326 | 'tab_content' => 'Tab three content. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima incidunt voluptates nemo, dolor optio quia architecto quis delectus perspiciatis. Nobis atque id hic neque possimus voluptatum voluptatibus tenetur, perspiciatis consequuntur.', |
| 328 | 327 | ] |
| 329 | 328 | ], |
| 330 | - 'title_field' => '{{{ tab_title }}}', | |
| 329 | + 'title_field' => '{{ tab_title }}', | |
| 331 | 330 | ] |
| 332 | 331 | ); |
| 333 | 332 | |
| 334 | 333 | |
| @@ -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; |