mirror of
https://github.com/proelements/proelements.git
synced 2026-04-21 03:22:14 +00:00
v3.35.0
This commit is contained in:
@@ -5,7 +5,6 @@ use Elementor\Controls_Manager;
|
||||
use Elementor\Core\Kits\Documents\Tabs\Global_Typography;
|
||||
use Elementor\Group_Control_Border;
|
||||
use Elementor\Group_Control_Typography;
|
||||
use ElementorPro\Modules\Woocommerce\Traits\Send_App_Plg_Trait;
|
||||
use ElementorPro\Plugin;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
@@ -13,7 +12,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
}
|
||||
|
||||
class Product_Add_To_Cart extends Base_Widget {
|
||||
use Send_App_Plg_Trait;
|
||||
|
||||
public function get_name() {
|
||||
return 'woocommerce-product-add-to-cart';
|
||||
@@ -194,8 +192,6 @@ class Product_Add_To_Cart extends Base_Widget {
|
||||
]
|
||||
);
|
||||
|
||||
$this->maybe_add_send_app_promotion_control( $this );
|
||||
|
||||
$this->add_control(
|
||||
'layout',
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user