PluginProbe
CartFlows – Funnel Builder & Checkout Plugin for WooCommerce / 1.1.2
CartFlows – Funnel Builder & Checkout Plugin for WooCommerce v1.1.2
3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.1 trunk 1.0.4 1.1.0 1.1.0.1 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.18 1.1.19 1.1.2 1.1.20 1.1.21 All 160 releases
cartflows / cartflows.php

cartflows.php in CartFlows – Funnel Builder & Checkout Plugin for WooCommerce 1.1.2, at cartflows.php

25 lines 507 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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