HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/buildfft/public_html/wp-content/plugins/pixfort-core/functions/elements/shortcode-tabs.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}






vc_map(

	array(
'name' => esc_html__( 'Pix Tabs', 'pixfort-core' ),
'base' => 'pix_tabs',
'icon' => 'icon-wpb-ui-tab-content',
'is_container' => true,
"content_element" => true,
'show_settings_on_create' => false,
'as_parent' => array(
	'only' => 'vc_tta_section',
),
'category' => esc_html__( 'Content', 'pixfort-core' ),
'description' => esc_html__( 'Tabbed content', 'pixfort-core' ),
'params' => array(
	array(
		'type' => 'textfield',
		'param_name' => 'title',
		'heading' => esc_html__( 'Widget title', 'pixfort-core' ),
		'description' => esc_html__( 'Enter text used as widget title (Note: located above content element).', 'pixfort-core' ),
	),

),
'js_view' => 'VcColumnView',
)

);



if ( class_exists( 'WPBakeryShortCodesContainer' ) ) {
  class WPBakeryShortCode_Pix_Tabs extends WPBakeryShortCodesContainer {
  }
}


 ?>