PluginProbe
CartFlows – Funnel Builder & Checkout Plugin for WooCommerce / 3.2.0
CartFlows – Funnel Builder & Checkout Plugin for WooCommerce v3.2.0
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 3.2.0, at cartflows.php

26 lines 526 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: 3.2.0
7 * Author: Brainstorm Force
8 * Author URI: https://www.brainstormforce.com
9 * Text Domain: cartflows
10 * WC requires at least: 3.0
11 * WC tested up to: 11.0.1
12 * Elementor tested up to: 4.2.1
13 *
14 * @package CartFlows
15 */
16
17 /**
18 * Set constants.
19 */
20 define( 'CARTFLOWS_FILE', __FILE__ );
21
22 /**
23 * Loader
24 */
25 require_once 'classes/class-cartflows-loader.php';
26