b0y-101 Mini Shell


Current Path : E:/www/raff/wp-content/plugins/elementor-pro/modules/progress-tracker/
File Upload :
Current File : E:/www/raff/wp-content/plugins/elementor-pro/modules/progress-tracker/module.php

<?php
namespace ElementorPro\Modules\ProgressTracker;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

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

	public function get_name() {
		return 'progress-tracker';
	}
}

Copyright © 2019 by b0y-101