📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 20:55:45
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
theme-elements
/
widgets
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor-pro/modules/theme-elements/widgets
🔄 Refresh
✏️
Editing: base.php
Writable
<?php namespace ElementorPro\Modules\ThemeElements\Widgets; use ElementorPro\Base\Base_Widget; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } abstract class Base extends Base_Widget { public function get_categories() { return [ 'theme-elements' ]; } public function render_plain_content() {} }
💾 Save Changes
❌ Cancel