File "vc-cta-button.php"

Full Path: /home/shadsolw/public_html/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php
File size: 339 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Class that handles specific [vc_cta_button] shortcode.
 *
 * @see js_composer/include/templates/shortcodes/vc_cta_button.php
 */

if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}

/**
 * WPBakery Page Builder shortcodes
 *
 * @package WPBakeryPageBuilder
 */
class WPBakeryShortCode_Vc_Cta_Button extends WPBakeryShortCode {
}