🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 08:57:35 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
graceful
/
template-parts
/
footer
📍 /home/eliteewa/public_html/wp-content/themes/graceful/template-parts/footer
🔄 Refresh
✏️
Editing: footer-widget.php
Writable
<?php /** * Template part for displaying Footer Widgets area. * * @package Graceful */ ?> <?php if ( ! is_active_sidebar( 'footer-widgets' ) ) { return; } ?> <!-- footer-widgets --> <div class="footer-widgets clear-fix"> <?php dynamic_sidebar( 'footer-widgets' ); ?> </div>
💾 Save Changes
❌ Cancel