diff --git a/includes/Elements/Adv_Tabs.php b/includes/Elements/Adv_Tabs.php index 14b4dcd3c..2d2f373f6 100644 --- a/includes/Elements/Adv_Tabs.php +++ b/includes/Elements/Adv_Tabs.php @@ -1116,8 +1116,8 @@ protected function render() $tab_id = $tab_id === 'safari' ? 'eael-safari-tab' : $tab_id . '-tab'; ?>
- parse_text_editor( $tab['eael_adv_tabs_tab_content'] ); @@ -1129,7 +1129,7 @@ protected function render() } // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped - echo Plugin::$instance->frontend->get_builder_content( $tab['eael_primary_templates'] ); + echo Plugin::$instance->frontend->get_builder_content( $tab['eael_primary_templates'], true ); } endif; ?>