Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
argonautisbc
/
wp-content
/
plugins
/
js_composer
/
include
/
classes
/
shortcodes
/
Editing: vc-separator.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Class WPBakeryShortCode_Vc_Separator */ class WPBakeryShortCode_Vc_Separator extends WPBakeryShortCode { /** * @param $title * @return string */ public function outputTitle( $title ) { return ''; } }
Save
Cancel