PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
← All changes | modules/page-checkout/module.php +23 -23 1.5.03.1.4 View file →
@@ -1,23 +1,23 @@
1 -<?php
2 -
3 -namespace UltimateStoreKit\Modules\PageCheckout;
4 -
5 -use UltimateStoreKit\Base\Ultimate_Store_Kit_Module_Base;
6 -
7 -if (!defined('ABSPATH')) exit; // Exit if accessed directly
8 -
9 -class Module extends Ultimate_Store_Kit_Module_Base {
10 -
11 - public function get_name() {
12 - return 'page-checkout';
13 - }
14 -
15 - public function get_widgets() {
16 -
17 - $widgets = [
18 - 'Page_Checkout',
19 - ];
20 -
21 - return $widgets;
22 - }
23 -}
1 +<?php
2 +
3 +namespace UltimateStoreKit\Modules\PageCheckout;
4 +
5 +use UltimateStoreKit\Base\Ultimate_Store_Kit_Module_Base;
6 +
7 +if (!defined('ABSPATH')) exit; // Exit if accessed directly
8 +
9 +class Module extends Ultimate_Store_Kit_Module_Base {
10 +
11 + public function get_name() {
12 + return 'page-checkout';
13 + }
14 +
15 + public function get_widgets() {
16 +
17 + $widgets = [
18 + 'Page_Checkout',
19 + ];
20 +
21 + return $widgets;
22 + }
23 +}