Add initial files and structure for Essential Addons for Elementor Lite plugin

This commit is contained in:
2025-01-17 00:40:58 +01:00
parent ae5052c407
commit d2ed11bf1b
524 changed files with 258494 additions and 2310 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace Essential_Addons_Elementor\Traits;
if (!defined('ABSPATH')) {
exit;
} // Exit if accessed directly
trait Shared
{
// Just for compatibility
}