HEX
Server: LiteSpeed
System: Linux host.point2pointhosting.com 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
User: nolabhpoint2p (1291)
PHP: 8.4.15
Disabled: NONE
Upload Files
File: /home/nolabhpoint2p/public_html/wp-content/themes/PoinTheme/functions/admin/templates/changelog.php
<?php
if( ! defined( 'ABSPATH' ) ){
	exit; // Exit if accessed directly
}
?>

<div id="mfn-dashboard" class="wrap about-wrap">

	<?php include_once get_theme_file_path('/functions/admin/templates/parts/header.php'); ?>

	<div class="dashboard-tab changes">

		<div class="col col-fw">

			<h3 class="primary"><?php esc_html_e( 'Changelog', 'mfn-opts' ); ?> <a target="_blank" class="external" href="https://support.muffingroup.com/changelog/">see what's new</a></h3>

			<?php include get_theme_file_path('changelog.html'); ?>

			<a class="mfn-button mfn-button-primary mfn-button-fw" target="_blank" href="https://support.muffingroup.com/changelog/"><?php esc_html_e( 'See full changelog', 'mfn-opts' ); ?></a>

		</div>

	</div>

</div>