advert-pro-version.php
21 lines
| 1 | |
| 2 | |
| 3 | <div class="wpstg-dark-alert"> |
| 4 | <span id="wpstg-premium-header"><?php esc_html_e('Backup and Migration - Go Premium!', 'wp-staging'); ?></span> |
| 5 | <ul> |
| 6 | <li><?php esc_html_e('New: Create magic login links to staging sites', 'wp-staging'); ?></php></li> |
| 7 | <li><?php esc_html_e('New: Synchronization of admin accounts with staging sites', 'wp-staging'); ?></php></li> |
| 8 | <li><?php esc_html_e('Create unlimited number of scheduled backup plans', 'wp-staging'); ?></php></li> |
| 9 | <li><?php esc_html_e('Restore backups on other websites', 'wp-staging'); ?></php></li> |
| 10 | <li><?php esc_html_e('Migrate websites to another hosting provider', 'wp-staging'); ?></php></li> |
| 11 | <li><?php esc_html_e('Migrate websites to another domain', 'wp-staging'); ?></php></li> |
| 12 | <li><?php esc_html_e('Support WordPress multisites', 'wp-staging'); ?></php></li> |
| 13 | <li><?php esc_html_e('Automatic backup upload to cloud providers Google Drive, Amazon S3, DigitalOcean, SFTP and more', 'wp-staging'); ?></php></li> |
| 14 | <li><?php esc_html_e('Rewritten for raw backup and cloning performance', 'wp-staging'); ?></php></li> |
| 15 | <li><?php esc_html_e('No advertisements', 'wp-staging'); ?></php></li> |
| 16 | <li><?php esc_html_e('Fully unit tested (100% code coverage)', 'wp-staging'); ?></php></li> |
| 17 | </ul> |
| 18 | <a href="https://wp-staging.com/?utm_source=wp-admin&utm_medium=wp-admin&utm_campaign=backup-restore&utm_term=backup-restore" target="_blank" id="wpstg-button-backup-upgrade" class="wpstg-button--primary wpstg-button--cta-red wpstg-border--violet"><?php esc_html_e('Get Started', 'wp-staging'); ?></a> |
| 19 | </div> |
| 20 | |
| 21 |