at path:
ROOT
/
wp-content
/
themes
/
sinatra
/
template-parts
/
footer
/
base.php
run:
R
W
Run
copyright
DIR
2025-12-13 10:19:26
R
W
Run
base.php
545 By
2024-10-16 22:06:05
R
W
Run
Delete
Rename
error_log
up
📄
base.php
Save
<?php /** * The template for displaying theme footer. * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ ?> <?php do_action( 'sinatra_before_footer' ); ?> <div id="sinatra-footer" <?php sinatra_footer_classes(); ?>> <div class="si-container"> <div class="si-flex-row" id="sinatra-footer-widgets"> <?php sinatra_footer_widgets(); ?> </div><!-- END .si-flex-row --> </div><!-- END .si-container --> </div><!-- END #sinatra-footer --> <?php do_action( 'sinatra_after_footer' ); ?>