🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:47:43 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor-pro
/
core
/
data
/
interfaces
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor-pro/core/data/interfaces
🔄 Refresh
✏️
Editing: endpoint.php
Writable
<?php namespace ElementorPro\Core\Data\Interfaces; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } interface Endpoint { /** * @return string The interface ID */ public function get_name(): string; /** * @return string The route slug which will be used to access the endpoint by URL. */ public function get_route(): string; }
💾 Save Changes
❌ Cancel