vc-gitem-zone-a.php 385 B

1234567891011121314151617181920
  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_A
  8. */
  9. class WPBakeryShortCode_Vc_Gitem_Zone_A extends WPBakeryShortCode_Vc_Gitem_Zone {
  10. public $zone_name = 'a';
  11. /**
  12. * @return mixed|string
  13. */
  14. protected function getFileName() {
  15. return 'vc_gitem_zone';
  16. }
  17. }