View file StuffPost/stuffpost/sidebar-footer.php

File size: 191B
<?php
if ( is_active_sidebar( 'sidebar-footer') ) { ?>
  <div class="sidebar sidebar-footer row py-4 border-bottom">
    <?php dynamic_sidebar( 'sidebar-footer' ); ?>
  </div>
<?php } ?>