curver/functions/kirki/kirki-packages/settings/templates/metaboxes/installation-progress.php

20 lines
401 B
PHP
Raw Permalink Normal View History

2023-08-04 15:41:48 +02:00
<?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>