🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 18:17:01 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor
/
core
/
frontend
/
render-modes
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor/core/frontend/render-modes
🔄 Refresh
✏️
Editing: render-mode-normal.php
Writable
<?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; } }
💾 Save Changes
❌ Cancel