b0y-101 Mini Shell


Current Path : E:/www/raff/wp-content/plugins/elementor-pro/modules/flip-box/
File Upload :
Current File : E:/www/raff/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';
	}
}

Copyright © 2019 by b0y-101