backup-next.php
4 days ago
capability-icon.php
4 days ago
first-run.php
4 days ago
next-step.php
4 days ago
open-staging-site.php
4 days ago
pre-consent.php
4 days ago
progress.php
4 days 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 | * Identical for both variants, and deliberately silent about staging, backups |
| 7 | * and Desktop: naming any first action would leak part of the treatment. |
| 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 |