# elementor/4.0.3/modules/atomic-widgets/base/atomic-control-base.php

Elementor Website Builder – more than just a page builder, version 4.0.3. 16 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.3/code/modules/atomic-widgets/base/atomic-control-base.php
- Raw: https://pluginprobe.com/plugins/elementor/4.0.3/raw/modules/atomic-widgets/base/atomic-control-base.php
- Modified: 2026-02-02T09:52:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.0.3/code/modules/atomic-widgets/base/atomic-control-base.php#L10-L20`.

```php
<?php

namespace Elementor\Modules\AtomicWidgets\Base;

use Elementor\Modules\AtomicWidgets\Controls\Base\Atomic_Control_Base as New_Atomic_Control_Base;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

// TODO: Remove this class after 3.36 is released.
/**
 * @deprecated 3.34 Use \Elementor\Modules\AtomicWidgets\Controls\Base\Atomic_Control_Base instead.
 */
abstract class Atomic_Control_Base extends New_Atomic_Control_Base {}

```
