File "installation-progress.php"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/kirki/kirki-packages/settings/templates/metaboxes/installation-progress.php
File size: 401 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Metabox template for displaying installation progress.
 *
 * @package Kirki
 */

defined( 'ABSPATH' ) || die( "Can't access directly" );
?>

<div class="heatbox installation-progress-metabox is-hidden">
	<div class="heatbox-content">
		<div class="installation-info">
			Hang tight, please don't exit this page...
		</div>
		<ul class="installation-progress-list">
		</ul>
	</div>
</div>