HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Apache24/htdocs/wp-content/themes/appointment/template-homepage.php
<?php
// Template Name: Home Page

get_header();
$appointment_options = appointment_theme_setup_data();
$appointment_news_setting = wp_parse_args(get_option('appointment_options', array()), $appointment_options);
?>
<div id="wrap"></div>	
<div class="clearfix"></div>
<?php
do_action('appointment_sections', false);
if ($appointment_news_setting['home_blog_enabled'] == 0) {
    get_template_part('index', 'news');
}
get_footer();