vc-gitem-zone-c.php 284 B

12345678910111213
  1. <?php
  2. if ( ! defined( 'ABSPATH' ) ) {
  3. die( '-1' );
  4. }
  5. require_once vc_path_dir( 'SHORTCODES_DIR', 'vc-gitem-zone.php' );
  6. /**
  7. * Class WPBakeryShortCode_Vc_Gitem_Zone_C
  8. */
  9. class WPBakeryShortCode_Vc_Gitem_Zone_C extends WPBakeryShortCode_Vc_Gitem_Zone {
  10. public $zone_name = 'c';
  11. }