????
| Current Path : /home2/morganrand/www/wp-content/plugins/js_composer/include/classes/shortcodes/ |
| Current File : /home2/morganrand/www/wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
class WPBakeryShortCode_VC_Separator extends WPBakeryShortCode {
public function outputTitle( $title ) {
return '';
}
}