File "vc-separator.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/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 '';
	}
}