????

Your IP : 3.135.209.235


Current Path : /proc/thread-self/cwd/wp-content/plugins/elementor-pro/modules/countdown/
Upload File :
Current File : //proc/thread-self/cwd/wp-content/plugins/elementor-pro/modules/countdown/module.php

<?php
namespace ElementorPro\Modules\Countdown;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

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

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