File "vc-column-text.php"

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

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

class WPBakeryShortCode_VC_Column_text extends WPBakeryShortCode {
	protected function outputTitle( $title ) {
		return '';
	}
}