[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
floating-buttons
/
base
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 widget-contact-button-base-pro.php
387 B
SET
[ EDIT ]
|
[ DEL ]
📄 widget-floating-bars-base-pro.php
384 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: widget-floating-bars-base-pro.php
<?php namespace ElementorPro\Modules\FloatingButtons\Base; use Elementor\Modules\FloatingButtons\Base\Widget_Floating_Bars_Base; use ElementorPro\Plugin; abstract class Widget_Floating_Bars_Base_Pro extends Widget_Floating_Bars_Base { public function has_widget_inner_wrapper(): bool { return ! Plugin::elementor()->experiments->is_feature_active( 'e_optimized_markup' ); } }