🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:25:01 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
header-footer-elementor
/
inc
/
settings
📍 /home/therahul/thedasstores.com/wp-content/plugins/header-footer-elementor/inc/settings
🔄 Refresh
✏️
Editing: admin-base.php
Writable
<?php /** * Admin Base HTML. * * @package header-footer-elementor */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="hfe-menu-page-wrapper"> <div id="hfe-menu-page"> <div class="hfe-menu-page-content hfe-clear"> <?php do_action( 'hfe_render_admin_page_content', $menu_page_slug, $page_action ); ?> </div> </div> </div>
💾 Save Changes
❌ Cancel