PluginProbe
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster / 1.3.2
SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster v1.3.2
2.6.0 trunk 1.1.0 1.1.4 1.2.1 1.2.2 1.2.3 1.2.5 1.2.9 1.3.1 1.3.2 1.5.0 1.5.1 1.5.4 1.5.7 1.5.8 1.5.9 1.6.2 1.6.5 1.6.8 1.7.2 1.7.4 1.7.5 1.7.9 1.8.1 All 42 releases
sellkit / includes / funnel / steps / sales-page.php

sales-page.php in SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster 1.3.2, at includes/funnel/steps/sales-page.php

22 lines 245 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Sellkit\Funnel\Steps;
4
5 defined( 'ABSPATH' ) || die();
6
7 /**
8 * Class Sellkit_Sales_Page.
9 *
10 * @since 1.1.0
11 */
12 class Sales_Page {
13
14 /**
15 * Sales_Page constructor.
16 *
17 * @since 1.1.0
18 */
19 public function __construct() {
20 }
21 }
22