HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux bareserver 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 7.2.24-0ubuntu0.18.04.17
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/site/newsite/wp-content/themes/ooze/footer.php
<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Ooze
 */

?>

<?php
$enable_footer_recommended_post_section = ooze_get_option('enable_footer_recommended_post_section');
if ($enable_footer_recommended_post_section) {
  get_template_part('template-parts/footer/footer-recommended-post');
}

?>
<?php if (!is_page_template( 'template-parts/full-width-page-template.php' )) { ?>
  <?php get_template_part('template-parts/footer/footer-widgets-full'); ?>
<?php } ?>

</div>  <!-- site-content-area -->

<?php do_action('ooze_before_footer'); ?>

<?php
$is_sticky_footer = ooze_get_option('enable_footer_sticky');
$enable_footer_sticky = ooze_get_option('enable_footer_sticky');
if($enable_footer_sticky){
    ?>
    <div class="sticky-footer-spacer"></div>
    <?php
}
?>
<footer id="colophon" class="site-footer" <?php echo ($is_sticky_footer) ? 'data-sticky-footer="true"': '';?>>
  <div class="wrapper">
    <?php get_template_part('template-parts/footer/footer-widgets'); ?>
    <?php get_template_part('template-parts/footer/footer-info'); ?>
  </div>

  <?php
  $enable_scroll_to_top = ooze_get_option('enable_scroll_to_top');
  if ($enable_scroll_to_top) {
    ?>
    <a id="theme-scroll-to-start" href="javascript:void(0)">
      <span class="screen-reader-text">
        <?php _e('Scroll to top', 'ooze'); ?>
      </span>
      <?php ooze_theme_svg('arrow-up'); ?>
    </a>
    <?php
  }
  ?>

  <!-- Custom cursor -->
  <div class="cursor-dot-outline"></div>
  <div class="cursor-dot"></div>
  <!-- .Custom cursor -->

</footer><!-- #colophon -->

<?php do_action('ooze_after_footer'); ?>

</div><!-- #page -->

<?php do_action('ooze_after_site'); ?>

<?php wp_footer(); ?>

</body>

</html>