🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-05 19:56:29 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
staging.eliteewallet.com
/
wp-content
/
themes
/
avas
📍 /home/eliteewa/staging.eliteewallet.com/wp-content/themes/avas
🔄 Refresh
✏️
Editing: sidebar-bbpress.php
Writable
<?php /** * * @package tx * @author theme-x * @link https://theme-x.org/ * * bbPress/Forum Sidebar * */ if (is_active_sidebar('sidebar-bbpress')) : ?> <div id="secondary" class="widget-area col-lg-3 col-md-3 col-sm-12" role="complementary"> <?php dynamic_sidebar('sidebar-bbpress'); ?> </div><!-- #secondary --> <?php endif;
💾 Save Changes
❌ Cancel