OwlCyberSecurity - MANAGER
Edit File: shortcode-vc-accordion-tab.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } return array( 'name' => esc_html__( 'Old Section', 'js_composer' ), 'base' => 'vc_accordion_tab', 'allowed_container_element' => 'vc_row', 'is_container' => true, 'deprecated' => '4.6', 'content_element' => false, 'params' => array( array( 'type' => 'textfield', 'heading' => esc_html__( 'Title', 'js_composer' ), 'param_name' => 'title', 'value' => esc_html__( 'Section', 'js_composer' ), 'description' => esc_html__( 'Enter accordion section title.', 'js_composer' ), ), array( 'type' => 'el_id', 'heading' => esc_html__( 'Section ID', 'js_composer' ), 'param_name' => 'el_id', 'description' => sprintf( esc_html__( 'Enter optional row ID. Make sure it is unique, and it is valid as w3c specification: %s (Must not have spaces)', 'js_composer' ), '<a target="_blank" href="https://www.w3schools.com/tags/att_global_id.asp">' . esc_html__( 'link', 'js_composer' ) . '</a>' ), ), ), 'js_view' => 'VcAccordionTabView', );