[ 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
/
modules
/
floating-buttons
/
control
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 hover-animation-floating-buttons.php
434 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: hover-animation-floating-buttons.php
<?php namespace Elementor\Modules\FloatingButtons\Control; use Elementor\Control_Hover_Animation; class Hover_Animation_Floating_Buttons extends Control_Hover_Animation { const TYPE = 'hover_animation_contact_buttons'; public function get_type() { return static::TYPE; } public static function get_animations() { return [ 'grow' => 'Grow', 'pulse' => 'Pulse', 'push' => 'Push', 'float' => 'Float', ]; } }