File "layerslider-vc.php"

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

<?php
/**
 * Class that handles specific [vc_layerslider] shortcode
 */

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

/**
 * Class WPBakeryShortCode_Layerslider_Vc
 */
class WPBakeryShortCode_Layerslider_Vc extends WPBakeryShortCode {
}