Your IP : 216.73.216.5


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