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/page.php
<?php
/**
 * The template for displaying all pages
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages
 * and that other 'pages' on your WordPress site may use a
 * different template.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package medicalequipment
 */
get_header();
?>
<main id="primary" class="site-main">
	<?php
	/**
	 * medical equipment content area
	 */
	$medicalequipment_setting = '';
	if(class_exists('medicalequipment_themesetting')):
		$medicalequipment_setting = new medicalequipment_themesetting();
		if(!function_exists('medicalequipment_pages_setting')):
			$medicalequipment_setting->medicalequipment_pages_setting(get_the_ID());
		endif;
	endif;
	?>
</main><!-- #main -->
<?php
get_footer();