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/tools.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 tools">

		<div class="col col-fw">

			<h3 class="primary"><?php esc_html_e( 'Tools', 'mfn-opts' ); ?></h3>

			<div class="row">

				<div class="label">
					<h4>Local CSS</h4>
				</div>

				<div class="content">
					<a data-nonce="<?php echo wp_create_nonce( 'mfn-builder-nonce' ); ?>" data-action="mfn_regenerate_css" href="#" class="button button-secondary tools-do-ajax">Regenerate files</a>
				</div>

				<div class="description">
					<p>Some Builder styles are saved in CSS files in the uploads folder and database. Recreate those files and settings.</p>
				</div>

			</div>

			<div class="row">
				<div class="label">
					<h4>Local Fonts</h4>
				</div>

				<div class="content">
					<a data-nonce="<?php echo wp_create_nonce( 'mfn-builder-nonce' ); ?>" data-action="mfn_regenerate_fonts" href="#" class="button button-secondary tools-do-ajax">Regenerate fonts</a>
				</div>

				<div class="description">
					<p>
						You chose to Cache fonts local in <a target="_blank" href="admin.php?page=be-options#performance-general">Performance</a> tab.<br />
						Please Regenerate fonts every time you change anything in <a target="_blank" href="admin.php?page=be-options#font-family">Fonts > Family</a> tab.
					</p>
				</div>
			</div>

		</div>

	</div>

</div>