Update elementor pro
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace ElementorPro\Modules\Woocommerce\Widgets;
|
||||
|
||||
use ElementorPro\Modules\Woocommerce\Traits\Send_App_Plg_Trait;
|
||||
use ElementorPro\Plugin;
|
||||
use Elementor\Controls_Manager;
|
||||
use Elementor\Group_Control_Box_Shadow;
|
||||
@@ -17,7 +16,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
}
|
||||
|
||||
class Checkout extends Base_Widget {
|
||||
use Send_App_Plg_Trait;
|
||||
private $reformatted_form_fields;
|
||||
|
||||
public function get_name() {
|
||||
@@ -64,8 +62,6 @@ class Checkout extends Base_Widget {
|
||||
]
|
||||
);
|
||||
|
||||
$this->maybe_add_send_app_promotion_control( $this );
|
||||
|
||||
$this->add_control(
|
||||
'checkout_layout',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user