403Webshell
Server IP : 192.64.112.168  /  Your IP : 3.144.227.187
Web Server : Apache
System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64
User : expressoneac ( 1128)
PHP Version : 8.0.30
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/expressoneac/www/wp-content/themes/woodmart/inc/integrations/visual-composer/maps/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/expressoneac/www/wp-content/themes/woodmart/inc/integrations/visual-composer/maps/table.php
<?php if ( ! defined( 'WOODMART_THEME_DIR' ) ) {
	exit( 'No direct script access allowed' );}
/**
 * ------------------------------------------------------------------------------------------------
 * Section table element map
 * ------------------------------------------------------------------------------------------------
 */

if ( ! function_exists( 'woodmart_get_vc_map_table' ) ) {
	function woodmart_get_vc_map_table() {
		return array(
			'name'            => esc_html__( 'Table', 'woodmart' ),
			'base'            => 'woodmart_table',
			'as_parent'       => array( 'only' => 'woodmart_table_row' ),
			'content_element' => true,
			'category'        => woodmart_get_tab_title_category_for_wpb( esc_html__( 'Theme elements', 'woodmart' ) ),
			'description'     => esc_html__( 'Customizable HTML table', 'woodmart' ),
			'icon'            => WOODMART_ASSETS . '/images/vc-icon/table.svg',
			'js_view'         => 'VcColumnView',
			'params'          => array(
				array(
					'heading'          => esc_html__( 'Alignment', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_select',
					'param_name'       => 'alignment',
					'style'            => 'images',
					'selectors'        => array(),
					'devices'          => array(
						'desktop' => array(
							'value' => 'left',
						),
					),
					'value'            => array(
						esc_html__( 'Left', 'woodmart' )   => 'left',
						esc_html__( 'Center', 'woodmart' ) => 'center',
						esc_html__( 'Right', 'woodmart' )  => 'right',
					),
					'images'           => array(
						'left'   => WOODMART_ASSETS_IMAGES . '/settings/align/left.jpg',
						'center' => WOODMART_ASSETS_IMAGES . '/settings/align/center.jpg',
						'right'  => WOODMART_ASSETS_IMAGES . '/settings/align/right.jpg',
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				// Background.
				array(
					'title'      => esc_html__( 'Background', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'woodmart_title_divider',
					'param_name' => 'background_divider',
				),

				array(
					'param_name' => 'background_type',
					'type'       => 'dropdown',
					'heading'    => esc_html__( 'Background type', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'value'      => array(
						esc_html__( 'Body', 'woodmart' ) => 'body',
						__( 'Horizontal even & odd', 'woodmart' )  => 'h_even_odd',
						__( 'Vertical even & odd', 'woodmart' )  => 'v_even_odd',
					),
					'std'        => 'body',
				),

				array(
					'heading'          => esc_html__( 'Body background color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'body_bg_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table th, {{WRAPPER}} .wd-el-table td' => array(
							'background-color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'body' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Body text color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'body_text_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table th, {{WRAPPER}} .wd-el-table td' => array(
							'color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'body' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				array(
					'heading'          => esc_html__( 'Horizontal even background color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'h_even_bg_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table tr:nth-child(even)' => array(
							'background-color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'h_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Horizontal odd background color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'h_odd_bg_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table tr:nth-child(odd)' => array(
							'background-color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'h_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Horizontal even text color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'h_even_text_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table tr:nth-child(even)' => array(
							'color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'h_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Horizontal odd text color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'h_odd_text_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table tr:nth-child(odd)' => array(
							'color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'h_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				array(
					'heading'          => esc_html__( 'Vertical even background color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'v_even_bg_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table th:nth-child(even), {{WRAPPER}} .wd-el-table td:nth-child(even)' => array(
							'background-color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'v_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Vertical odd background color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'v_odd_bg_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table th:nth-child(odd), {{WRAPPER}} .wd-el-table td:nth-child(odd)' => array(
							'background-color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'v_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Vertical even text color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'v_even_text_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table th:nth-child(even), {{WRAPPER}} .wd-el-table td:nth-child(even)' => array(
							'color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'v_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Vertical odd text color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'v_odd_text_color',
					'selectors'        => array(
						'{{WRAPPER}} .wd-el-table th:nth-child(odd), {{WRAPPER}} .wd-el-table td:nth-child(odd)' => array(
							'color: {{VALUE}};',
						),
					),
					'dependency'       => array(
						'element' => 'background_type',
						'value'   => array( 'v_even_odd' ),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				// Border.
				array(
					'title'      => esc_html__( 'Border', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'woodmart_title_divider',
					'param_name' => 'border_divider',
				),

				array(
					'heading'          => esc_html__( 'Border type', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_select',
					'param_name'       => 'border_type',
					'style'            => 'select',
					'selectors'        => array(
						'{{WRAPPER}} th, {{WRAPPER}} td' => array(
							'border-style: {{VALUE}};',
						),
					),
					'devices'          => array(
						'desktop' => array(
							'value' => '',
						),
					),
					'value'            => array(
						esc_html__( 'Default', 'woodmart' ) => '',
						esc_html__( 'None', 'woodmart' )    => 'none',
						esc_html__( 'Solid', 'woodmart' )   => 'solid',
						esc_html__( 'Dotted', 'woodmart' )  => 'dotted',
						esc_html__( 'Double', 'woodmart' )  => 'double',
						esc_html__( 'Dashed', 'woodmart' )  => 'dashed',
						esc_html__( 'Groove', 'woodmart' )  => 'groove',
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				array(
					'heading'          => esc_html__( 'Border color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'border_color',
					'selectors'        => array(
						'{{WRAPPER}} th, {{WRAPPER}} td' => array(
							'border-color: {{VALUE}};',
						),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				array(
					'heading'    => esc_html__( 'Border width', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'wd_dimensions',
					'param_name' => 'border_width',
					'selectors'  => array(
						'{{WRAPPER}} th, {{WRAPPER}} td' => array(
							'border-top-width: {{TOP}}px;',
							'border-right-width: {{RIGHT}}px;',
							'border-bottom-width: {{BOTTOM}}px;',
							'border-left-width: {{LEFT}}px;',
						),
					),
					'devices'    => array(
						'desktop' => array(
							'unit' => 'px',
						),
					),
					'range'      => array(
						'px' => array(),
					),
				),

				// Padding.
				array(
					'title'      => esc_html__( 'Padding', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'woodmart_title_divider',
					'param_name' => 'padding_divider',
				),

				array(
					'heading'    => esc_html__( 'Table cell padding', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'wd_dimensions',
					'param_name' => 'padding',
					'selectors'  => array(
						'{{WRAPPER}} .wd-el-table th, {{WRAPPER}} .wd-el-table td' => array(
							'padding-top: {{TOP}}px;',
							'padding-right: {{RIGHT}}px;',
							'padding-bottom: {{BOTTOM}}px;',
							'padding-left: {{LEFT}}px;',
						),
					),
					'devices'    => array(
						'desktop' => array(
							'unit' => 'px',
						),
						'tablet'  => array(
							'unit' => 'px',
						),
						'mobile'  => array(
							'unit' => 'px',
						),
					),
					'range'      => array(
						'px' => array(),
					),
				),

				array(
					'type'       => 'woodmart_css_id',
					'param_name' => 'woodmart_css_id',
					'group'      => esc_html__( 'Design Options', 'js_composer' ),
				),
				array(
					'type'       => 'css_editor',
					'heading'    => esc_html__( 'CSS box', 'woodmart' ),
					'param_name' => 'css',
					'group'      => esc_html__( 'Design Options', 'js_composer' ),
				),
				woodmart_get_vc_responsive_spacing_map(),

				/**
				 * Advanced Tab.
				 */
				woodmart_get_responsive_dependency_width_map( 'responsive_tabs' ),
				woodmart_get_responsive_dependency_width_map( 'width_desktop' ),
				woodmart_get_responsive_dependency_width_map( 'custom_width_desktop' ),
				woodmart_get_responsive_dependency_width_map( 'width_tablet' ),
				woodmart_get_responsive_dependency_width_map( 'custom_width_tablet' ),
				woodmart_get_responsive_dependency_width_map( 'width_mobile' ),
				woodmart_get_responsive_dependency_width_map( 'custom_width_mobile' ),
			),
			'default_content' => '[woodmart_table_row table_column="%5B%7B%22column_content%22%3A%22Heading%20%231%22%2C%22column_cell_type%22%3A%22heading%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Heading%20%232%22%2C%22column_cell_type%22%3A%22heading%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Heading%20%233%22%2C%22column_cell_type%22%3A%22heading%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Heading%20%234%22%2C%22column_cell_type%22%3A%22heading%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%5D" ][woodmart_table_row table_column="%5B%7B%22column_content%22%3A%22Row%20%231%20Content%20%231%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%231%20Content%20%232%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%231%20Content%20%233%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%231%20Content%20%234%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%5D" ][woodmart_table_row table_column="%5B%7B%22column_content%22%3A%22Row%20%232%20Content%20%231%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%232%20Content%20%232%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%232%20Content%20%233%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%232%20Content%20%234%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%5D" ][woodmart_table_row table_column="%5B%7B%22column_content%22%3A%22Row%20%233%20Content%20%231%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%233%20Content%20%232%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%233%20Content%20%233%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%2C%7B%22column_content%22%3A%22Row%20%233%20Content%20%234%22%2C%22column_cell_type%22%3A%22default%22%2C%22column_cell_span%22%3A%221%22%2C%22column_cell_row%22%3A%221%22%7D%5D" ]',
		);
	}
}

if ( ! function_exists( 'woodmart_get_vc_map_table_row' ) ) {
	function woodmart_get_vc_map_table_row() {
		$typography = woodmart_get_typography_map(
			array(
				'key'      => 'table_row',
				'selector' => '{{WRAPPER}} th, {{WRAPPER}} td',
				'group'    => esc_html__( 'Settings', 'woodmart' ),
			)
		);

		return array(
			'name'            => esc_html__( 'Table row', 'woodmart' ),
			'base'            => 'woodmart_table_row',
			'as_child'        => array( 'only' => 'woodmart_table' ),
			'content_element' => true,
			'category'        => woodmart_get_tab_title_category_for_wpb( esc_html__( 'Theme elements', 'woodmart' ) ),
			'icon'            => WOODMART_ASSETS . '/images/vc-icon/wpb-table-element-row.svg',
			'params'          => array(
				array(
					'type'       => 'param_group',
					'param_name' => 'table_column',
					'group'      => esc_html__( 'Column', 'woodmart' ),
					'params'     => array(
						array(
							'type'       => 'textarea',
							'heading'    => esc_html__( 'Content', 'woodmart' ),
							'param_name' => 'column_content',
						),
						array(
							'param_name'       => 'column_cell_type',
							'type'             => 'dropdown',
							'heading'          => esc_html__( 'Cell Type', 'woodmart' ),
							'value'            => array(
								esc_html__( 'Default', 'woodmart' ) => 'default',
								esc_html__( 'Heading', 'woodmart' ) => 'heading',
							),
							'std'              => 'default',
							'edit_field_class' => 'vc_col-sm-6 vc_column',
						),
						array(
							'param_name'       => 'row_item_alignment',
							'type'             => 'dropdown',
							'heading'          => esc_html__( 'Alignment', 'woodmart' ),
							'value'            => array(
								esc_html__( 'Inherit', 'woodmart' )   => '',
								esc_html__( 'Left', 'woodmart' )   => 'left',
								esc_html__( 'Center', 'woodmart' ) => 'center',
								esc_html__( 'Right', 'woodmart' )  => 'right',
							),
							'std'              => '',
							'edit_field_class' => 'vc_col-sm-6 vc_column',
						),
						array(
							'heading'          => esc_html__( 'Column Span', 'woodmart' ),
							'param_name'       => 'column_cell_span',
							'type'             => 'textfield',
							'value'            => '1',
							'edit_field_class' => 'vc_col-sm-6 vc_column',
						),
						array(
							'heading'          => esc_html__( 'Row Span', 'woodmart' ),
							'param_name'       => 'column_cell_row',
							'type'             => 'textfield',
							'value'            => '1',
							'edit_field_class' => 'vc_col-sm-6 vc_column',
						),
						array(
							'heading'          => esc_html__( 'Color', 'woodmart' ),
							'type'             => 'wd_colorpicker',
							'param_name'       => 'row_item_color',
							'selectors'        => array(),
							'edit_field_class' => 'vc_col-sm-6 vc_column',
						),
						array(
							'heading'          => esc_html__( 'Background color', 'woodmart' ),
							'type'             => 'wd_colorpicker',
							'param_name'       => 'row_item_bg_color',
							'selectors'        => array(),
							'edit_field_class' => 'vc_col-sm-6 vc_column',
						),
					),
				),
				array(
					'type'       => 'woodmart_css_id',
					'param_name' => 'woodmart_css_id',
					'group'      => esc_html__( 'Settings', 'woodmart' ),
				),

				array(
					'title'      => esc_html__( 'General', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'woodmart_title_divider',
					'param_name' => 'general_divider',
				),

				$typography['font_family'],
				$typography['font_size'],
				$typography['font_weight'],
				$typography['text_transform'],
				$typography['font_style'],
				$typography['line_height'],

				array(
					'heading'          => esc_html__( 'Color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'table_row_color',
					'selectors'        => array(
						'{{WRAPPER}} th, {{WRAPPER}} td' => array(
							'color: {{VALUE}};',
						),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),
				array(
					'heading'          => esc_html__( 'Background color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'table_row_bg_color',
					'selectors'        => array(
						'{{WRAPPER}}' => array(
							'background-color: {{VALUE}};',
						),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				// Border.
				array(
					'title'      => esc_html__( 'Border', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'woodmart_title_divider',
					'param_name' => 'border_divider',
				),

				array(
					'heading'          => esc_html__( 'Border type', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_select',
					'param_name'       => 'border_type',
					'style'            => 'select',
					'selectors'        => array(
						'{{WRAPPER}} th, {{WRAPPER}} td' => array(
							'border-style: {{VALUE}};',
						),
					),
					'devices'          => array(
						'desktop' => array(
							'value' => '',
						),
					),
					'value'            => array(
						esc_html__( 'Inherit', 'woodmart' ) => '',
						esc_html__( 'None', 'woodmart' )    => 'none',
						esc_html__( 'Solid', 'woodmart' )   => 'solid',
						esc_html__( 'Dotted', 'woodmart' )  => 'dotted',
						esc_html__( 'Double', 'woodmart' )  => 'double',
						esc_html__( 'Dashed', 'woodmart' )  => 'dashed',
						esc_html__( 'Groove', 'woodmart' )  => 'groove',
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				array(
					'heading'          => esc_html__( 'Border color', 'woodmart' ),
					'group'            => esc_html__( 'Settings', 'woodmart' ),
					'type'             => 'wd_colorpicker',
					'param_name'       => 'border_color',
					'selectors'        => array(
						'{{WRAPPER}} th, {{WRAPPER}} td' => array(
							'border-color: {{VALUE}};',
						),
					),
					'edit_field_class' => 'vc_col-sm-6 vc_column',
				),

				array(
					'heading'    => esc_html__( 'Border width', 'woodmart' ),
					'group'      => esc_html__( 'Settings', 'woodmart' ),
					'type'       => 'wd_dimensions',
					'param_name' => 'border_width',
					'selectors'  => array(
						'{{WRAPPER}} th, {{WRAPPER}} td' => array(
							'border-top-width: {{TOP}}px;',
							'border-right-width: {{RIGHT}}px;',
							'border-bottom-width: {{BOTTOM}}px;',
							'border-left-width: {{LEFT}}px;',
						),
					),
					'devices'    => array(
						'desktop' => array(
							'unit' => 'px',
						),
					),
					'range'      => array(
						'px' => array(),
					),
				),
			),
		);
	}
}

// A must for container functionality, replace Wbc_Item with your base name from mapping for parent container
if ( class_exists( 'WPBakeryShortCodesContainer' ) ) {
	class WPBakeryShortCode_woodmart_table extends WPBakeryShortCodesContainer {}
}

// Replace Wbc_Inner_Item with your base name from mapping for nested element
if ( class_exists( 'WPBakeryShortCode' ) ) {
	class WPBakeryShortCode_woodmart_table_row extends WPBakeryShortCode {}
}

Youez - 2016 - github.com/yon3zu
LinuXploit