backup.php
37 lines
| 1 | <?php |
| 2 | // Don't load directly. |
| 3 | if ( ! defined( 'ABSPATH' ) ) { |
| 4 | die( '-1' ); |
| 5 | } |
| 6 | ?> |
| 7 | <p class="padded"><?php _e( 'We recommend that you back your database up, it can really save you in a bind or a really weird situation that you may not be expecting. Check out a few options we think are <em>great</em> below.', 'pods' ); ?></p> |
| 8 | |
| 9 | <div id="pods-wizard-options"> |
| 10 | <div class="pods-wizard-option"> |
| 11 | <a href="http://ithemes.com/member/go.php?r=31250&i=l44" target="_blank" rel="noopener noreferrer"> |
| 12 | <img src="<?php echo esc_url( PODS_URL ); ?>ui/images/logo_backupbuddy.png" alt="Backup Buddy" /> |
| 13 | |
| 14 | <p><?php _e( 'Receive 25% off', 'pods' ); ?></p> |
| 15 | |
| 16 | <p><?php _e( 'Coupon Code', 'pods' ); ?>: <strong>PODS25</strong></p> |
| 17 | </a> |
| 18 | |
| 19 | <p> |
| 20 | <em><?php _e( 'The all-in-one WordPress backup plugin to easily backup, restore, and migrate to any number of local or external locations.', 'pods' ); ?></em> |
| 21 | </p> |
| 22 | </div> |
| 23 | <div class="pods-wizard-option"> |
| 24 | <a href="http://vaultpress.com/podsframework/" target="_blank" rel="noopener noreferrer"> |
| 25 | <img src="<?php echo esc_url( PODS_URL ); ?>ui/images/logo_vaultpress.png" alt="Vaultpress" /> |
| 26 | |
| 27 | <p><?php _e( '1 free month', 'pods' ); ?></p> |
| 28 | |
| 29 | <p><strong><?php _e( 'Click to sign up', 'pods' ); ?></strong></p> |
| 30 | </a> |
| 31 | |
| 32 | <p> |
| 33 | <em><?php _e( 'A service that provides realtime continuous backups, restores, and security scanning.', 'pods' ); ?></em> |
| 34 | </p> |
| 35 | </div> |
| 36 | </div> |
| 37 |