PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / 3.3.4
Pods – Custom Content Types and Fields v3.3.4
trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / ui / admin / upgrade / backup.php
pods / ui / admin / upgrade Last commit date
backup.php 2 years ago upgrade_2_0_0.php 2 years ago upgrade_2_1_0.php 2 years ago
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