HEX
Server: Apache
System: Linux vps.webnoxsoftware.com 4.18.0-553.70.1.el8_10.x86_64 #1 SMP Mon Aug 18 04:41:49 EDT 2025 x86_64
User: microfabengineer (1020)
PHP: 8.3.24
Disabled: NONE
Upload Files
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>