File "vc-toggle.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php
File size: 176 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
class WPBakeryShortCode_VC_Toggle extends WPBakeryShortCode {
public function outputTitle( $title ) {
return '';
}
}