🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 10:28:50 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
janapremi.anantaacharya.com.np
/
wp-content
/
plugins
/
elementor-pro
/
base
📍 /home/therahul/janapremi.anantaacharya.com.np/wp-content/plugins/elementor-pro/base
🔄 Refresh
✏️
Editing: base-widget-trait.php
Writable
<?php namespace ElementorPro\Base; use ElementorPro\License\API as License_API; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } trait Base_Widget_Trait { public function is_editable() { return License_API::is_license_active(); } public function get_categories() { return [ 'pro-elements' ]; } }
💾 Save Changes
❌ Cancel