<?php /** * Class that handles specific [vc_twitter] shortcode. * * @see js_composer/include/templates/shortcodes/vc_twitter.php */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Class WPBakeryShortCode_Vc_Twitter */ class WPBakeryShortCode_Vc_Twitter extends WPBakeryShortCode { }