HEX
Server: LiteSpeed
System: Linux s1083.usc1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: keeloilc (1034)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/keeloilc/totalcomfort.pk/wp-content/themes/medicalequipment/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 medicalequipment
 */

/**
 * Medical Equipment Footer Area
 */
$medicalequipment_setting = '';
if(class_exists('medicalequipment_themesetting')):
	$medicalequipment_setting = new medicalequipment_themesetting();
	if(!function_exists('medicalequipment_footer_setting')):
		$medicalequipment_setting->medicalequipment_footer_setting();
	endif;
endif;
?>
</div>
<?php wp_footer(); ?>
</body>
</html>