# elementor/4.0.7/includes/widgets/common.php

Elementor Website Builder – more than just a page builder, version 4.0.7. 14 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.0.7/code/includes/widgets/common.php
- Raw: https://pluginprobe.com/plugins/elementor/4.0.7/raw/includes/widgets/common.php
- Modified: 2024-12-10T14:19:32+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.7/code/includes/widgets/common.php#L10-L20`.

```php
<?php
namespace Elementor;

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

class Widget_Common extends Widget_Common_Base {

	public function get_name() {
		return 'common';
	}
}

```
