File "vc-empty-space.php"
Full Path: /home/shadsolw/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php
File size: 313 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Class that handles specific [vc_empty_space] shortcode.
*
* @see js_composer/include/templates/shortcodes/vc_empty_space.php
*/
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
/**
* Class WPBakeryShortCode_Vc_Empty_space
*/
class WPBakeryShortCode_Vc_Empty_Space extends WPBakeryShortCode {
}