[ 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
/
loop-builder
/
files
/
css
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 loop-css-trait.php
4,945 B
SET
[ EDIT ]
|
[ DEL ]
📄 loop-dynamic-css.php
518 B
SET
[ EDIT ]
|
[ DEL ]
📄 loop-preview.php
448 B
SET
[ EDIT ]
|
[ DEL ]
📄 loop.php
1,159 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: loop-dynamic-css.php
<?php namespace ElementorPro\Modules\LoopBuilder\Files\Css; use Elementor\Core\DynamicTags\Dynamic_CSS; use Elementor\Core\Files\CSS\Post; class Loop_Dynamic_CSS extends Dynamic_CSS { private $post_id_for_data; public function __construct( $post_id, $post_id_for_data ) { $this->post_id_for_data = $post_id_for_data; $post_css_file = Post::create( $post_id_for_data ); parent::__construct( $post_id, $post_css_file ); } public function get_post_id_for_data() { return $this->post_id_for_data; } }