Linux webm012.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ferronnery
/
www
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
flip-box
/
/home/ferronnery/www/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'; } }