HEX
Server: Apache/2.4.65 (Debian)
System: Linux 744648315b55 6.8.0-84-generic #84-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 5 22:36:38 UTC 2025 x86_64
User: (1000)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/newsmunch/footer.php
<?php 
$newsmunch_hs_you_missed 		= get_theme_mod( 'newsmunch_hs_you_missed', '1');
if($newsmunch_hs_you_missed=='1' && !is_404()):
get_template_part('template-parts/section','you-missed'); 
endif;  
?>
</div></div>
<footer class="dt_footer footer-dark">
	<div class="dt-container-md">
		<?php 
			// Footer Widget
			do_action('newsmunch_footer_widget');
			
			// Footer Copyright
			do_action('newsmunch_footer_bottom'); 
		?>
	</div>
</footer>
<?php 
do_action('newsmunch_top_scroller');
wp_footer(); ?>
</body>
</html>