PluginProbe
Independent Analytics – WordPress Analytics Plugin / 1.24.0
Independent Analytics – WordPress Analytics Plugin v1.24.0
2.15.5 2.15.4 2.15.3 2.15.2 2.15.1 2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 All 120 releases
independent-analytics / templates / migration_running.php
migration_running.php
17 lines 887 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div class="settings-container"
2 data-controller="migration-redirect"
3 data-migration-redirect-nonce-value="<?php echo wp_create_nonce('iawp_migration_status') ?>"
4 >
5 <h2><?php esc_html_e('Update running', 'independent-analytics'); ?></h2>
6 <p>
7 <?php esc_html_e("We're running an update designed to speed up and improve Independent Analytics.
8 This can take anywhere from 30 seconds to 5 minutes.", 'independent-analytics'); ?>
9 </p>
10 <p>
11 <?php esc_html_e("Your site's performance is not impacted by this update. Analytics tracking will resume once the update is complete.", 'independent-analytics'); ?>
12 </p>
13 <p>
14 <strong><?php esc_html_e("This page will automatically refresh when the update's finished.", 'independent-analytics'); ?></strong>
15 </p>
16 <p><span class="dashicons dashicons-update-alt spin"></span></p>
17 </div>