File "module.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/elementor-pro1/modules/flip-box/module.php
File size: 314 bytes
MIME-type: text/x-php
Charset: utf-8
<?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';
}
}