cartflows.php in CartFlows – Funnel Builder & Checkout Plugin for WooCommerce 1.1.2, at cartflows.php
| 1 | <?php |
| 2 | /** |
| 3 | * Plugin Name: CartFlows |
| 4 | * Plugin URI: https://cartflows.com/ |
| 5 | * Description: Create beautiful checkout pages & sales flows for WooCommerce. |
| 6 | * Version: 1.1.2 |
| 7 | * Author: CartFlows Inc |
| 8 | * Author URI: https://cartflows.com/ |
| 9 | * Text Domain: cartflows |
| 10 | * WC requires at least: 3.0 |
| 11 | * WC tested up to: 3.5.1 |
| 12 | * |
| 13 | * @package CartFlows |
| 14 | */ |
| 15 | |
| 16 | /** |
| 17 | * Set constants. |
| 18 | */ |
| 19 | define( 'CARTFLOWS_FILE', __FILE__ ); |
| 20 | |
| 21 | /** |
| 22 | * Extensions |
| 23 | */ |
| 24 | require_once 'classes/class-cartflows-loader.php'; |
| 25 |