Edit File by line
/home/barbar84/www/wp-conte.../plugins/updraftp.../template.../wp-admin/settings
File: tab-addons.php
<?php
[0] Fix | Delete
[1] Fix | Delete
if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed');
[2] Fix | Delete
[3] Fix | Delete
global $updraftplus_checkout_embed;
[4] Fix | Delete
$tick = UPDRAFTPLUS_URL.'/images/updraft_tick.png';
[5] Fix | Delete
$cross = UPDRAFTPLUS_URL.'/images/updraft_cross.png';
[6] Fix | Delete
$freev = UPDRAFTPLUS_URL.'/images/updraft_freev.png';
[7] Fix | Delete
$premv = UPDRAFTPLUS_URL.'/images/updraft_premv.png';
[8] Fix | Delete
[9] Fix | Delete
$checkout_embed_premium_attribute = '';
[10] Fix | Delete
[11] Fix | Delete
if ($updraftplus_checkout_embed) {
[12] Fix | Delete
$checkout_embed_premium_attribute = $updraftplus_checkout_embed->get_product('updraftpremium') ? 'data-embed-checkout="'.apply_filters('updraftplus_com_link', $updraftplus_checkout_embed->get_product('updraftpremium', UpdraftPlus_Options::admin_page_url().'?page=updraftplus&tab=addons')).'"' : '';
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
?>
[16] Fix | Delete
<div class="updraft_premium">
[17] Fix | Delete
<section>
[18] Fix | Delete
<div class="updraft_premium_cta udpdraft__lifted">
[19] Fix | Delete
<div class="updraft_premium_cta__top">
[20] Fix | Delete
<div class="updraft_premium_cta__summary">
[21] Fix | Delete
<h2 id="premium-upgrade-header">UpdraftPlus <strong>Premium</strong></h2>
[22] Fix | Delete
<ul class="updraft_premium_description_list">
[23] Fix | Delete
<li><a target="_blank" href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/updraftplus-full-feature-list/");?>"><?php _e('Full feature list', 'updraftplus');?></a></li>
[24] Fix | Delete
<li><a target="_blank" href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/faq-category/general-and-pre-sales-questions/");?>"><?php _e('Pre-sales FAQs', 'updraftplus');?></a></li>
[25] Fix | Delete
<li><a target="_blank" href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/ask-a-pre-sales-question/");?>"><?php _e('Ask a pre-sales question', 'updraftplus');?></a></li>
[26] Fix | Delete
<li><a target="_blank" href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/support/");?>"><?php _e('Support', 'updraftplus');?></a></li>
[27] Fix | Delete
<li><a href="#other-plugins"><?php _e('Other great plugins', 'updraftplus');?></a></li>
[28] Fix | Delete
<li><a target="_blank" href="https://www.simbahosting.co.uk/s3/shop/"><?php _e('WooCommerce plugins', 'updraftplus');?></a></li>
[29] Fix | Delete
</ul>
[30] Fix | Delete
</div>
[31] Fix | Delete
<div class="updraft_premium_cta__action">
[32] Fix | Delete
<?php
[33] Fix | Delete
$user_bought_udp = isset($_REQUEST['updraftplus_product']) && 'updraftpremium' === $_REQUEST['updraftplus_product'] && isset($_REQUEST['status']) && 'complete' === $_REQUEST['status'];
[34] Fix | Delete
if (!$user_bought_udp) {
[35] Fix | Delete
?>
[36] Fix | Delete
<a aria-label="<?php echo sprintf(__('Get %s here', 'updraftplus'), 'UpdraftPlus Premium').'. '.__('Goes to the updraftplus.com checkout page', 'updraftplus'); ?>" target="_blank" class="button button-primary button-hero" href="<?php echo apply_filters('updraftplus_com_link', $updraftplus->get_url('shop_premium'));?>" <?php echo $checkout_embed_premium_attribute; ?>><?php _e('Get it here', 'updraftplus');?></a>
[37] Fix | Delete
<small><span class="dashicons dashicons-external dashicons-adapt-size"></span> <?php _e('Goes to updraftplus.com checkout page', 'updraftplus'); ?></small>
[38] Fix | Delete
<?php
[39] Fix | Delete
}
[40] Fix | Delete
?>
[41] Fix | Delete
</div>
[42] Fix | Delete
</div>
[43] Fix | Delete
<?php if (!$user_bought_udp) : ?>
[44] Fix | Delete
<div class="updraft_premium_cta__bottom">
[45] Fix | Delete
<p class="premium-upgrade-prompt">
[46] Fix | Delete
<?php _e('You are currently using the free version of UpdraftPlus.', 'updraftplus');?> <a target="_blank" href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/support/installing-updraftplus-premium-your-add-on/");?>"> <?php echo __('If you have purchased from UpdraftPlus.Com, then follow this link to the installation instructions (particularly step 1).', 'updraftplus');?></a>
[47] Fix | Delete
</p>
[48] Fix | Delete
</div>
[49] Fix | Delete
<?php endif; ?>
[50] Fix | Delete
</div>
[51] Fix | Delete
</section>
[52] Fix | Delete
[53] Fix | Delete
<section class="premium-upgrade-purchase-success" <?php if (!$user_bought_udp) echo 'style="display: none;"';?>>
[54] Fix | Delete
<h3><span class="dashicons dashicons-yes"></span><?php _e('You successfully purchased UpdraftPremium.', 'updraftplus');?></h3>
[55] Fix | Delete
<p><a target="_blank" href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/support/installing-updraftplus-premium-your-add-on/");?>"> <?php echo __('Follow this link to the installation instructions (particularly step 1).', 'updraftplus');?></a></p>
[56] Fix | Delete
</section>
[57] Fix | Delete
[58] Fix | Delete
<?php if (!$user_bought_udp) : ?>
[59] Fix | Delete
<section>
[60] Fix | Delete
<h2 class="updraft_feat_table__title">Features comparison</h2>
[61] Fix | Delete
<table class="updraft_feat_table udpdraft__lifted">
[62] Fix | Delete
<tbody>
[63] Fix | Delete
<tr class="updraft_feat_table__header">
[64] Fix | Delete
<td></td>
[65] Fix | Delete
<td>
[66] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/ud-logo.png';?>" alt="UpdraftPlus" width="80" height="80">
[67] Fix | Delete
<?php _e('Free', 'updraftplus');?>
[68] Fix | Delete
</td>
[69] Fix | Delete
<td>
[70] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/ud-logo.png';?>" alt="<?php esc_attr_e('UpdraftPlus Premium', 'updraftplus');?>" width="80" height="80">
[71] Fix | Delete
<?php _e('Premium', 'updraftplus');?>
[72] Fix | Delete
</th>
[73] Fix | Delete
</tr>
[74] Fix | Delete
<tr>
[75] Fix | Delete
<td></td>
[76] Fix | Delete
<td>
[77] Fix | Delete
<span class="installed updraft-yes"><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span> <?php _e('Installed', 'updraftplus');?></span>
[78] Fix | Delete
</td>
[79] Fix | Delete
<td>
[80] Fix | Delete
<a class="button button-primary" href="<?php esc_attr_e(apply_filters('updraftplus_com_link', $updraftplus->get_url('shop_premium')));?>" <?php echo $checkout_embed_premium_attribute; ?>><?php _e('Upgrade now', 'updraftplus');?></a>
[81] Fix | Delete
</td>
[82] Fix | Delete
</tr>
[83] Fix | Delete
<tr>
[84] Fix | Delete
<td>
[85] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/morestorage.png';?>" alt="<?php esc_attr_e('Remote storage', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[86] Fix | Delete
<h4><?php _e('Backup to remote storage locations', 'updraftplus');?></h4>
[87] Fix | Delete
<p><?php _e('To avoid server-wide risks, always backup to remote cloud storage. UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more.', 'updraftplus');?></p>
[88] Fix | Delete
</td>
[89] Fix | Delete
<td>
[90] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[91] Fix | Delete
</td>
[92] Fix | Delete
<td>
[93] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[94] Fix | Delete
</td>
[95] Fix | Delete
</tr>
[96] Fix | Delete
<tr>
[97] Fix | Delete
<td>
[98] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/migrator.png';?>" alt="<?php esc_attr_e('Migrator', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[99] Fix | Delete
<h4><?php _e('Cloning and migration', 'updraftplus');?></h4>
[100] Fix | Delete
<p><?php _e('UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply.', 'updraftplus');?></p>
[101] Fix | Delete
</td>
[102] Fix | Delete
<td>
[103] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[104] Fix | Delete
</td>
[105] Fix | Delete
<td>
[106] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[107] Fix | Delete
</td>
[108] Fix | Delete
</tr>
[109] Fix | Delete
<tr>
[110] Fix | Delete
<td>
[111] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/anonymisation.png';?>" alt="<?php esc_attr_e('Anonymisation functions', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[112] Fix | Delete
<h4><?php _e('Anonymisation functions', 'updraftplus');?></h4>
[113] Fix | Delete
<p><?php _e('Anonymise personal data in your database backups.', 'updraftplus');?></p>
[114] Fix | Delete
</td>
[115] Fix | Delete
<td>
[116] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[117] Fix | Delete
</td>
[118] Fix | Delete
<td>
[119] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[120] Fix | Delete
</td>
[121] Fix | Delete
</tr>
[122] Fix | Delete
<tr>
[123] Fix | Delete
<td>
[124] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/incremental.png';?>" alt="<?php esc_attr_e('Incremental backups', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[125] Fix | Delete
<h4><?php _e('Incremental backups', 'updraftplus');?></h4>
[126] Fix | Delete
<p><?php _e('Allows you to only backup changes to your files (such as a new image) that have been made to your site since the last backup.', 'updraftplus');?></p>
[127] Fix | Delete
</td>
[128] Fix | Delete
<td>
[129] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[130] Fix | Delete
</td>
[131] Fix | Delete
<td>
[132] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[133] Fix | Delete
</td>
[134] Fix | Delete
</tr>
[135] Fix | Delete
<tr>
[136] Fix | Delete
<td>
[137] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/notices/support.png';?>" alt="<?php esc_attr_e('Support', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[138] Fix | Delete
<h4><?php _e('Fast, personal support', 'updraftplus');?></h4>
[139] Fix | Delete
<p><?php _e('Provides expert help and support from the developers whenever you need it.', 'updraftplus');?></p>
[140] Fix | Delete
</td>
[141] Fix | Delete
<td>
[142] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[143] Fix | Delete
</td>
[144] Fix | Delete
<td>
[145] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[146] Fix | Delete
</td>
[147] Fix | Delete
</tr>
[148] Fix | Delete
<tr>
[149] Fix | Delete
<td>
[150] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/automaticbackup.png';?>" alt="<?php esc_attr_e('Pre-update backups', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[151] Fix | Delete
<h4><?php _e('Pre-update backups', 'updraftplus');?></h4>
[152] Fix | Delete
<p><?php _e('Automatically backs up your website before any updates to plugins, themes and WordPress core.', 'updraftplus');?></p>
[153] Fix | Delete
</td>
[154] Fix | Delete
<td>
[155] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[156] Fix | Delete
</td>
[157] Fix | Delete
<td>
[158] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[159] Fix | Delete
</td>
[160] Fix | Delete
</tr>
[161] Fix | Delete
<tr>
[162] Fix | Delete
<td>
[163] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/morefiles.png';?>" alt="<?php esc_attr_e('Backup non-WordPress files and databases', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[164] Fix | Delete
<h4><?php _e('Backup non-WordPress files and databases', 'updraftplus');?></h4>
[165] Fix | Delete
<p><?php _e('Backup WordPress core and non-WP files and databases.', 'updraftplus');?></p>
[166] Fix | Delete
</td>
[167] Fix | Delete
<td>
[168] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[169] Fix | Delete
</td>
[170] Fix | Delete
<td>
[171] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[172] Fix | Delete
</td>
[173] Fix | Delete
</tr>
[174] Fix | Delete
<tr>
[175] Fix | Delete
<td>
[176] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/multisite.png';?>" alt="<?php esc_attr_e('Network and multisite', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[177] Fix | Delete
<h4><?php _e('Network / multisite', 'updraftplus');?></h4>
[178] Fix | Delete
<p><?php _e('Backup WordPress multisites (i.e, networks), securely.', 'updraftplus');?></p>
[179] Fix | Delete
</td>
[180] Fix | Delete
<td>
[181] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[182] Fix | Delete
</td>
[183] Fix | Delete
<td>
[184] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></span></p>
[185] Fix | Delete
</td>
[186] Fix | Delete
</tr>
[187] Fix | Delete
<tr>
[188] Fix | Delete
<td>
[189] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/fixtime.png';?>" alt="<?php esc_attr_e('Backup time and scheduling', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[190] Fix | Delete
<h4><?php _e('Backup time and scheduling', 'updraftplus');?></h4>
[191] Fix | Delete
<p><?php _e('Set exact times to create or delete backups.', 'updraftplus');?></p>
[192] Fix | Delete
</td>
[193] Fix | Delete
<td>
[194] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[195] Fix | Delete
</td>
[196] Fix | Delete
<td>
[197] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[198] Fix | Delete
</td>
[199] Fix | Delete
</tr>
[200] Fix | Delete
<tr>
[201] Fix | Delete
<td>
[202] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/wp-cli.png';?>" alt="<?php esc_attr_e('WP CLI', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[203] Fix | Delete
<h4><?php _e('WP-CLI support', 'updraftplus');?></h4>
[204] Fix | Delete
<p><?php _e('WP-CLI commands to take, list and delete backups.', 'updraftplus');?></p>
[205] Fix | Delete
</td>
[206] Fix | Delete
<td>
[207] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[208] Fix | Delete
</td>
[209] Fix | Delete
<td>
[210] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[211] Fix | Delete
</td>
[212] Fix | Delete
</tr>
[213] Fix | Delete
<tr>
[214] Fix | Delete
<td>
[215] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/moredatabase.png';?>" alt="<?php esc_attr_e('More database options', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[216] Fix | Delete
<h4><?php _e('More database options', 'updraftplus');?></h4>
[217] Fix | Delete
<p><?php _e('Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too.', 'updraftplus');?></p>
[218] Fix | Delete
</td>
[219] Fix | Delete
<td>
[220] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[221] Fix | Delete
</td>
[222] Fix | Delete
<td>
[223] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[224] Fix | Delete
</td>
[225] Fix | Delete
</tr>
[226] Fix | Delete
<tr>
[227] Fix | Delete
<td>
[228] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/morestorage.png';?>" alt="<?php esc_attr_e('Additional storage', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[229] Fix | Delete
<h4><?php _e('Additional and enhanced remote storage locations', 'updraftplus');?></h4>
[230] Fix | Delete
<p><?php _e('Get enhanced versions of the free remote storage options (Dropbox, Google Drive & S3) and even more remote storage options like OneDrive, SFTP, Azure, WebDAV and more with UpdraftPlus Premium.', 'updraftplus');?></p>
[231] Fix | Delete
</td>
[232] Fix | Delete
<td>
[233] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></p>
[234] Fix | Delete
</td>
[235] Fix | Delete
<td>
[236] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[237] Fix | Delete
</td>
[238] Fix | Delete
</tr>
[239] Fix | Delete
<tr>
[240] Fix | Delete
<td>
[241] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/reporting.png';?>" alt="<?php esc_attr_e('Reporting', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[242] Fix | Delete
<h4><?php _e('Reporting', 'updraftplus');?></h4>
[243] Fix | Delete
<p><?php _e('Sophisticated reporting and emailing capabilities.', 'updraftplus');?></p>
[244] Fix | Delete
</td>
[245] Fix | Delete
<td>
[246] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[247] Fix | Delete
</td>
[248] Fix | Delete
<td>
[249] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[250] Fix | Delete
</td>
[251] Fix | Delete
</tr>
[252] Fix | Delete
<tr>
[253] Fix | Delete
<td>
[254] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/noadverts.png';?>" alt="<?php esc_attr_e('No ads', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[255] Fix | Delete
<h4><?php _e('No ads', 'updraftplus');?></h4>
[256] Fix | Delete
<p><?php _e('Tidy things up for clients and remove all adverts for our other products.', 'updraftplus');?></p>
[257] Fix | Delete
</td>
[258] Fix | Delete
<td>
[259] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[260] Fix | Delete
</td>
[261] Fix | Delete
<td>
[262] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[263] Fix | Delete
</td>
[264] Fix | Delete
</tr>
[265] Fix | Delete
<tr>
[266] Fix | Delete
<td>
[267] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/importer.png';?>" alt="<?php esc_attr_e('Importer', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[268] Fix | Delete
<h4><?php _e('Importer', 'updraftplus');?></h4>
[269] Fix | Delete
<p><?php _e("Some backup plugins can't restore a backup, so Premium allows you to restore backups from other plugins.", 'updraftplus');?></p>
[270] Fix | Delete
</td>
[271] Fix | Delete
<td>
[272] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[273] Fix | Delete
</td>
[274] Fix | Delete
<td>
[275] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[276] Fix | Delete
</td>
[277] Fix | Delete
</tr>
[278] Fix | Delete
<tr>
[279] Fix | Delete
<td>
[280] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/addons-images/lockadmin.png';?>" alt="<?php esc_attr_e('Lock settings', 'updraftplus');?>" width="80" height="80" class="udp-premium-image">
[281] Fix | Delete
<h4><?php _e('Lock settings', 'updraftplus');?></h4>
[282] Fix | Delete
<p><?php _e('Lock access to UpdraftPlus via a password so you choose which admin users can access backups.', 'updraftplus');?></p>
[283] Fix | Delete
</td>
[284] Fix | Delete
<td>
[285] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[286] Fix | Delete
</td>
[287] Fix | Delete
<td>
[288] Fix | Delete
<p><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span></p>
[289] Fix | Delete
</td>
[290] Fix | Delete
</tr>
[291] Fix | Delete
<tr>
[292] Fix | Delete
<td>
[293] Fix | Delete
<img src="<?php echo UPDRAFTPLUS_URL.'/images/updraft_vault_logo.png';?>" alt="<?php esc_attr_e('UpdraftVault', 'updraftplus');?>" width="100" height="100" class="udp-premium-image">
[294] Fix | Delete
<h4><?php _e('UpdraftVault storage', 'updraftplus');?></h4>
[295] Fix | Delete
<p>
[296] Fix | Delete
<?php _e('UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place.', 'updraftplus');?>
[297] Fix | Delete
<a href="<?php esc_attr_e(apply_filters('updraftplus_com_link', 'https://updraftplus.com/landing/updraftvault'));?>"><?php _e('Premium / Find out more', 'updraftplus');?></a>
[298] Fix | Delete
</p>
[299] Fix | Delete
[300] Fix | Delete
</td>
[301] Fix | Delete
<td>
[302] Fix | Delete
<p><span class="dashicons dashicons-no-alt" aria-label="<?php esc_attr_e('No', 'updraftplus');?>"></span></span></p>
[303] Fix | Delete
</td>
[304] Fix | Delete
<td>
[305] Fix | Delete
<p><span class="updraft-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>">1 GB</span></p>
[306] Fix | Delete
</td>
[307] Fix | Delete
</tr>
[308] Fix | Delete
<tr>
[309] Fix | Delete
<td></td>
[310] Fix | Delete
<td>
[311] Fix | Delete
<span class="installed updraft-yes"><span class="dashicons dashicons-yes" aria-label="<?php esc_attr_e('Yes', 'updraftplus');?>"></span> <?php _e('Installed', 'updraftplus');?></span>
[312] Fix | Delete
</td>
[313] Fix | Delete
<td>
[314] Fix | Delete
<p><a class="button button-primary" href="<?php esc_attr_e(apply_filters('updraftplus_com_link', $updraftplus->get_url('shop_premium')));?>" <?php echo $checkout_embed_premium_attribute; ?>><?php _e('Upgrade now', 'updraftplus');?></a></p>
[315] Fix | Delete
</td>
[316] Fix | Delete
</tr>
[317] Fix | Delete
</tbody>
[318] Fix | Delete
</table>
[319] Fix | Delete
</section>
[320] Fix | Delete
<?php endif; ?>
[321] Fix | Delete
<section id="other-plugins">
[322] Fix | Delete
<h2><?php _e('More great plugins by the Updraft Team', 'updraftplus'); ?></h2>
[323] Fix | Delete
<div class="updraft-more-plugins">
[324] Fix | Delete
<div class="udp-box">
[325] Fix | Delete
<h3><img src="<?php echo UPDRAFTPLUS_URL; ?>/images/other-plugins/updraft-central.png" alt="UpdraftCentral"></h3>
[326] Fix | Delete
<p><?php _e('Manage multiple WordPress sites from one central dashboard', 'updraftplus'); ?></p>
[327] Fix | Delete
<a aria-label="UpdraftCentral. <?php echo __('Manage multiple WordPress sites from one central dashboard', 'updraftplus').'. '.__('Find out more', 'updraftplus'); ?>" target="_blank" href="https://updraftcentral.com/?utm_source=updraftplus&utm_medium=cross-sell&utm_campaign=addons-tab"><?php _e('Find out more', 'updraftplus'); ?></a>
[328] Fix | Delete
</div>
[329] Fix | Delete
<div class="udp-box">
[330] Fix | Delete
<h3><img src="<?php echo UPDRAFTPLUS_URL; ?>/images/other-plugins/wp-optimize.png" alt="WP Optimize"></h3>
[331] Fix | Delete
<p><?php _e('Keep your database fast and efficient', 'updraftplus'); ?></p>
[332] Fix | Delete
<a aria-label="WP Optimize. <?php echo __('Keep your database fast and efficient', 'updraftplus').'. '.__('Find out more', 'updraftplus'); ?>" target="_blank" href="https://getwpo.com/?utm_source=updraftplus&utm_medium=cross-sell&utm_campaign=addons-tab"><?php _e('Find out more', 'updraftplus'); ?></a>
[333] Fix | Delete
</div>
[334] Fix | Delete
</div>
[335] Fix | Delete
</section>
[336] Fix | Delete
</div>
[337] Fix | Delete
[338] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function