vc-custom-field.php 216 B

12345678910111213
  1. <?php
  2. if ( ! defined( 'ABSPATH' ) ) {
  3. die( '-1' );
  4. }
  5. /**
  6. * WPBakery WPBakery Page Builder shortcodes
  7. *
  8. * @package WPBakeryPageBuilder
  9. *
  10. */
  11. class WPBakeryShortCode_Vc_Custom_Field extends WPBakeryShortCode {
  12. }