backup-next.php
1 week ago
capability-icon.php
1 day ago
first-run.php
1 day ago
next-step.php
1 day ago
open-staging-site.php
1 week ago
pre-consent.php
1 day ago
progress.php
1 day ago
update-protection.php
1 day ago
pre-consent.php
16 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * The neutral first-run shell shown while the analytics question is still open. |
| 5 | * |
| 6 | * Deliberately silent about staging, backups and Desktop: the selector asks |
| 7 | * which of them comes first, and naming one here would pre-empt that question. |
| 8 | * |
| 9 | * @see \WPStaging\Framework\Onboarding\FreeOnboarding::getStage() |
| 10 | */ |
| 11 | |
| 12 | ?> |
| 13 | <div class="wpstg-preconsent" role="status" aria-live="polite"> |
| 14 | <p class="wpstg-preconsent__text"><?php esc_html_e('Setting up WP STAGING…', 'wp-staging'); ?></p> |
| 15 | </div> |
| 16 |