File "footer.php"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/footer.php
File size: 810 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 
/**
 * The template for displaying the footer
 *
 * Contains the closing of the .site-content div and all content after.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Goya
 */
 ?>		
		</div><!-- End role["main"] -->
		
	</div><!-- End .page-wrapper-inner -->

	<?php 
	// Elementor footer or default
	if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) {
		do_action( 'goya_footer' );
	} ?>

</div> <!-- End #wrapper -->

<?php do_action( 'goya_after_site' ) ?>

<?php 
	/* Always have wp_footer() just before the closing </body>
	 * tag of your theme, or you will break many plugins, which
	 * generally use this hook to reference JavaScript files.
	 */
	 wp_footer();
?>
</body>
</html>