| Server IP : 145.239.37.162 / Your IP : 216.73.217.81 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www_old/wp-content/themes/betheme/functions/admin/templates/ |
Upload File : |
<?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' ); ?></h3>
<?php include get_theme_file_path('changelog.html'); ?>
<a class="mfn-button mfn-button-primary mfn-button-fw" target="_blank" href="http://themes.muffingroup.com/betheme/documentation/changelog.html"><?php esc_html_e( 'See full changelog', 'mfn-opts' ); ?></a>
</div>
</div>
</div>