Your IP : 216.73.216.95


Current Path : /var/www/html/birthday/wp-content/plugins/js_composer/include/classes/shortcodes/
Upload File :
Current File : /var/www/html/birthday/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php

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

/**
 * Class WPBakeryShortCode_Vc_Gutenberg
 */
class WPBakeryShortCode_Vc_Gutenberg extends WPBakeryShortCode {
	/**
	 * @param $title
	 * @return string
	 */
	protected function outputTitle( $title ) {
		return '';
	}
}