????

Your IP : 18.220.207.231


Current Path : /home/ncom/public_html/wp-content/plugins/elementor-pro/modules/flip-box/
Upload File :
Current File : /home/ncom/public_html/wp-content/plugins/elementor-pro/modules/flip-box/module.php

<?php
namespace ElementorPro\Modules\FlipBox;

use ElementorPro\Base\Module_Base;

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

class Module extends Module_Base {

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

	public function get_name() {
		return 'flip-box';
	}
}