mirror of
https://github.com/proelements/proelements.git
synced 2026-04-05 20:13:47 +00:00
v3.33.1
This commit is contained in:
16
base/base-widget.php
Normal file
16
base/base-widget.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace ElementorPro\Base;
|
||||
|
||||
use Elementor\Widget_Base;
|
||||
use ElementorPro\Plugin;
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit; // Exit if accessed directly
|
||||
}
|
||||
|
||||
abstract class Base_Widget extends Widget_Base {
|
||||
|
||||
use Base_Widget_Trait;
|
||||
use On_Import_Trait;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user