[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
AcmaCulot
/
wp-content
/
themes
/
twentynineteen
/
template-parts
/
footer
+ Folder
+ File
Upload
Editing: footer-widgets.php
<?php /** * Displays the footer widget area * * @package WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>"> <?php if ( is_active_sidebar( 'sidebar-1' ) ) { ?> <div class="widget-column footer-widget-1"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div> <?php } ?> </aside><!-- .widget-area --> <?php endif; ?>
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 footer-widgets.php
FILE
Ren
[EDIT]
DEL