curver/functions/kirki/kirki-packages/settings/templates/metaboxes/installation-progress.php
2023-08-04 15:41:48 +02:00

19 lines
401 B
PHP

<?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>