14 lines
216 B
PHP
14 lines
216 B
PHP
<?php
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
die( '-1' );
|
|
}
|
|
|
|
/**
|
|
* WPBakery WPBakery Page Builder shortcodes
|
|
*
|
|
* @package WPBakeryPageBuilder
|
|
*
|
|
*/
|
|
class WPBakeryShortCode_Vc_Custom_Field extends WPBakeryShortCode {
|
|
}
|