PluginProbe ʕ •ᴥ•ʔ
WP STAGING – WordPress Backup, Restore, Migration & Clone / 3.3.1
WP STAGING – WordPress Backup, Restore, Migration & Clone v3.3.1
4.9.3 4.9.2 4.9.1 4.9.0 4.8.1 trunk 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.10.0 3.2.0 3.3.1 3.3.2 3.3.3 3.4.1 3.4.3 3.5.0 3.6.0 3.7.1 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4 4.0.0 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.2.0 4.2.1 4.3.0 4.3.1 4.3.2 4.4.0 4.5.0 4.6.0 4.7.0 4.7.1 4.7.2 4.7.3 4.8.0
wp-staging / Backend / views / ads / advert-pro-version.php
wp-staging / Backend / views / ads Last commit date
advert-pro-version.php 3 years ago
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