BIHomeWP/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php
2020-02-13 10:39:37 +07:00

14 lines
215 B
PHP

<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
/**
* WPBakery WPBakery Page Builder shortcodes
*
* @package WPBakeryPageBuilder
*
*/
class WPBakeryShortCode_Vc_Cta_Button2 extends WPBakeryShortCode {
}