HEX
Server: Apache
System: Linux 3b2f6704f3ac 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64
User: (2182)
PHP: 7.4.33
Disabled: proc_open, passthru, escapeshellcmd, exec, shell_exec, system, ini_alter, dl, popen, php_check_syntax, show_source, highlight_file, symlink, link, openlog, apache_child_terminate
Upload Files
File: /home/defaultwebsite/public/wp-content/themes/webgatha/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 WebGatha
 * @since   1.0.0
 */

?>
		</div><!-- .content-wrapper -->
	</div><!-- #content -->

	<?php
	/**
	 * Fires after content.
	 *
	 * @visible true
	 */
	do_action( 'webgatha_after_content' );

	if ( ! webgatha_is_maintenance_mode_in() ) {
		/**
		 * Fires before footer.
		 *
		 * @visible true
		 */
		do_action( 'webgatha_before_footer' );
		?>

		<footer id="colophon" class="site-footer">
			<div class="<?php webgatha_footer_wrapper_classes(); ?>">

				<?php
				/**
				 * Hook: webgatha_footer
				 *
				 * @Functions hooked in to webgatha_footer action
				 * @hooked webgatha_footer_main - 10
				 * @hooked webgatha_footer_bottom_content - 10
				 * @hooked webgatha_footer_copyright - 10
				 *
				 * @visible true
				 */
				do_action( 'webgatha_footer' );
				?>
			</div>
		</footer><!-- #colophon -->

		<?php
		/**
		 * Fires after footer.
		 *
		 * @hooked webgatha_enqueue_color_customize_in_footer - 10
		 * @hooked webgatha_bak_to_top - 10
		 * @hooked webgatha_cookie_notice - 10
		 *
		 * @visible true
		 */
		do_action( 'webgatha_after_footer' );
	}
	?>
</div><!-- #page -->

<?php
do_action( 'webgatha_before_wp_footer' );

wp_footer();

do_action( 'webgatha_after_wp_footer' );
?>

</body>
</html>