File "footer.php"
Full path: /home/amadayi1/public_html/wp-content/themes/amaday/footer.php
File
size: 436 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
/* The template for displaying the footer.
* Contains the closing of the body div and all contents
*
*
* @package Auxin
* @author averta (c) 2014-2021
* @link http://averta.net
*/
do_action( 'auxin_before_the_footer' ); ?>
</div><!--! end of #inner-body -->
<?php do_action( "auxin_before_body_close", $post ); ?>
<!-- outputs by wp_footer -->
<?php wp_footer(); ?>
<!-- end wp_footer -->
</body>
</html>