🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 10:28:57 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
plugins
/
elementor
/
core
/
experiments
📍 /home/therahul/momotimes.therahuldas.com/wp-content/plugins/elementor/core/experiments
🔄 Refresh
✏️
Editing: wrap-core-dependency.php
Writable
<?php namespace Elementor\Core\Experiments; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Wrap_Core_Dependency { private $feature_data; public function __construct( $feature_data ) { $this->feature_data = $feature_data; } public function get_name() { return $this->feature_data['name']; } public function get_title() { return $this->feature_data['title']; } public function is_hidden() { return $this->feature_data['hidden']; } public static function instance( $feature_data ) { return new static( $feature_data ); } }
💾 Save Changes
❌ Cancel