File: /home/microfabengineer/public_html/wp-content/themes/personal-resume-portfolio/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 Personal_CV_Resume
*/
?>
<?php
/**
* Hook - emart_shop_site_footer
*
* @hooked emart_shop_container_wrap_start
*/
do_action( 'personal_cv_resume_site_footer');
?>
</div><!-- #content -->
<?php
/**
* Hook - emart_shop_site_footer
*
* @hooked emart_shop_container_wrap_start
*/
do_action( 'personal_resume_portfolio_sidebar');
?>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>