????

Your IP : 3.138.36.87


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