HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/test.kaunokolegija.lt/kk_wp_content/plugins/include/classes/shortcodes/vc-tour.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

require_once vc_path_dir( 'SHORTCODES_DIR', 'vc-tabs.php' );

define( 'SLIDE_TITLE', __( 'Slide', 'js_composer' ) );

class WPBakeryShortCode_VC_Tour extends WPBakeryShortCode_VC_Tabs {
	protected $predefined_atts = array(
		'tab_id' => SLIDE_TITLE,
		'title' => '',
	);

	protected function getFileName() {
		return 'vc_tabs';
	}

	public function getTabTemplate() {
		return '<div class="wpb_template">' . do_shortcode( '[vc_tab title="' . SLIDE_TITLE . '" tab_id=""][/vc_tab]' ) . '</div>';
	}
}