landing-klikaset/wp-content/plugins/elementor-pro/base/module-base.php

13 lines
332 B
PHP
Raw Normal View History

2024-05-06 11:04:37 +07:00
<?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.
}