Your IP : 18.116.165.143


Current Path : /var/www/wptbox/wp-content/plugins/elementor/includes/widgets/
Upload File :
Current File : /var/www/wptbox/wp-content/plugins/elementor/includes/widgets/common.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';
	}
}