HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/themes/breadly/lib/backward-compatible.php
<?php

/**
 * Since this theme is a block theme, No classic tags needed.
 */

function gtmt_render_fallback_classic_theme() {
	wp_enqueue_script( "comment-reply" );
	echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>';
	echo '<meta charset="UTF-8" />';
	wp_head();
	language_attributes();
	body_class();
	wp_body_open();
	post_class();
	has_post_format();
	the_posts_navigation();
	the_tags();
	wp_link_pages();
	wp_list_comments();
	paginate_comments_links();
	comment_form();
	comments_template();
	wp_footer();

	?>
	<style>>
	.wp-caption {
		font-family: inherit;
	}

	.wp-caption-text {
		font-family: inherit;
	}

	.sticky {
		font-family: inherit;
	}

	.screen-reader-text {
		font-family: inherit;
	}

	.gallery-caption {
		font-family: inherit;
	}

	.bypostauthor {
		font-family: inherit;
	}

	.alignright {
		text-align: right;
	}

	.alignleft {
		text-align: left;
	}

	.aligncenter {
		text-align: center;
	}
	</style>
	<?php
}