File "vc-widget-sidebar.php"

Full Path: /home/shadsolw/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php
File size: 325 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Class that handles specific [vc_widget_sidebar] shortcode.
 *
 * @see js_composer/include/templates/shortcodes/vc_widget_sidebar.php
 */

if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

/**
 * Class WPBakeryShortCode_Vc_Widget_sidebar
 */
class WPBakeryShortCode_Vc_Widget_Sidebar extends WPBakeryShortCode {
}