[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-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
/
core
/
frontend
/
render-modes
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 render-mode-base.php
2,208 B
SET
[ EDIT ]
|
[ DEL ]
📄 render-mode-normal.php
410 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: render-mode-normal.php
<?php namespace Elementor\Core\Frontend\RenderModes; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Render_Mode_Normal extends Render_Mode_Base { /** * @return string */ public static function get_name() { return 'normal'; } /** * Anyone can access the normal render mode. * * @return bool */ public function get_permissions_callback() { return true; } }