fl-builder-template-data-exporter.php 372 B

12345678
  1. <?php
  2. // Defines
  3. define( 'VAMTAMEL_B_TEMPLATE_DATA_EXPORTER_DIR', VAMTAMEL_B_DIR . 'extensions/fl-builder-template-data-exporter/' );
  4. define( 'VAMTAMEL_B_TEMPLATE_DATA_EXPORTER_URL', VAMTAMEL_B_URL . 'extensions/fl-builder-template-data-exporter/' );
  5. // Classes
  6. require_once VAMTAMEL_B_TEMPLATE_DATA_EXPORTER_DIR . 'classes/class-fl-builder-template-data-exporter.php';