get_footer_content($path);
if (!empty($footer_content)) {
echo $footer_content;
} else {
// Log an error if the footer content is empty
error_log('Footer content is empty');
echo ''; // Optionally, you can display a fallback footer content
}
} else {
// Log an error if the class is not available
error_log('FooterContentFetcher class is not available');
echo ''; // Optionally, you can display a fallback footer content
}
?>
ThemeinWP Team'); ?>