🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 17:10:10 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
digitalsangita.com
/
wp-content
/
plugins
/
elementor-pro
/
modules
/
search
/
data
📍 /home/therahul/digitalsangita.com/wp-content/plugins/elementor-pro/modules/search/data
🔄 Refresh
✏️
Editing: controller.php
Writable
<?php namespace ElementorPro\Modules\Search\Data; use ElementorPro\Modules\Search\Data\Endpoints\Base; use ElementorPro\Core\Data\Controller as Controller_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Controller extends Controller_Base { public function get_name() { return 'search'; } protected function register_endpoints() { $this->register_endpoint( Endpoints\Refresh_Search::class ); } }
💾 Save Changes
❌ Cancel