Your IP : 18.190.239.38


Current Path : /home/ncdcgo/public_html/wp-content/plugins/elementor-pro/modules/hotspot/
Upload File :
Current File : /home/ncdcgo/public_html/wp-content/plugins/elementor-pro/modules/hotspot/module.php

<?php
namespace ElementorPro\Modules\Hotspot;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

	public function get_widgets() {
		return [
			'Hotspot',
		];
	}

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