File "vc-separator.php"

Full Path: /home/pylifeesyu/www/wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php
File size: 180 bytes
MIME-type: text/x-php
Charset: utf-8

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

class WPBakeryShortCode_VC_Separator extends WPBakeryShortCode {

	public function outputTitle( $title ) {
		return '';
	}
}