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>