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

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 {
}