🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:12:37 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
common
/
modules
/
connect
/
apps
📍 /home/therahul/public_html/wp-content/plugins/elementor/core/common/modules/connect/apps
🔄 Refresh
✏️
Editing: connect.php
Writable
<?php namespace Elementor\Core\Common\Modules\Connect\Apps; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Connect extends Common_App { public function get_title() { return esc_html__( 'Connect', 'elementor' ); } /** * @since 2.3.0 * @access public */ protected function get_slug() { return 'connect'; } /** * @since 2.3.0 * @access public */ public function render_admin_widget() {} }
💾 Save Changes
❌ Cancel