BIHomeWP/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php
2020-02-13 10:39:37 +07:00

18 lines
277 B
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 '';
}
}