HEX
Server: Apache
System: Linux 162-240-236-42.bluehost.com 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
User: bt667 (1004)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/bt667/public_html/wp-content/themes/news-event/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 News Event
 */
?>
	<footer id="colophon" class="site-footer dark_bk">
		<?php
			/**
			 * Function - news_event_footer_sections_html
			 * 
			 * @since 1.0.0
			 * 
			 */
			news_event_footer_sections_html();

			/**
			 * Function - news_event_bottom_footer_sections_html
			 * 
			 * @since 1.0.0
			 * 
			 */
			news_event_bottom_footer_sections_html();
		?>
	</footer><!-- #colophon -->
	<?php
		/**
		* hook - news_event_after_footer_hook
		*
		* @hooked - news_event_scroll_to_top
		*
		*/
		if( has_action( 'news_event_after_footer_hook' ) ) {
			do_action( 'news_event_after_footer_hook' );
		}
	?>
</div><!-- #page -->

<?php wp_footer(); ?>
</body>
</html>