Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/updraftp.../template.../wp-admin/settings
File: header.php
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed'); ?>
[0] Fix | Delete
[1] Fix | Delete
<div class="wrap" id="updraft-wrap">
[2] Fix | Delete
[3] Fix | Delete
<h1><?php echo $updraftplus->plugin_title; ?></h1>
[4] Fix | Delete
<div class="updraftplus-top-menu">
[5] Fix | Delete
<a href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/");?>" target="_blank">UpdraftPlus.Com</a> |
[6] Fix | Delete
<?php
[7] Fix | Delete
if (!defined('UPDRAFTPLUS_NOADS_B')) {
[8] Fix | Delete
?>
[9] Fix | Delete
<a href="<?php echo $updraftplus->get_url('premium');?>" target="_blank"><?php _e("Premium", 'updraftplus'); ?></a> |
[10] Fix | Delete
<?php
[11] Fix | Delete
}
[12] Fix | Delete
?>
[13] Fix | Delete
<a href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/news/");?>" target="_blank"><?php _e('News', 'updraftplus');?></a> |
[14] Fix | Delete
<a href="https://twitter.com/updraftplus" target="_blank"><?php _e('Twitter', 'updraftplus');?></a> |
[15] Fix | Delete
<a href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/support/");?>" target="_blank"><?php _e("Support", 'updraftplus');?></a> |
[16] Fix | Delete
<?php
[17] Fix | Delete
if (!is_file(UPDRAFTPLUS_DIR.'/udaddons/updraftplus-addons.php')) {
[18] Fix | Delete
?>
[19] Fix | Delete
<a href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/newsletter-signup");?>" target="_blank"><?php _e("Newsletter sign-up", 'updraftplus'); ?></a> |
[20] Fix | Delete
<?php
[21] Fix | Delete
}
[22] Fix | Delete
?>
[23] Fix | Delete
<a href="https://david.dw-perspective.org.uk" target="_blank"><?php _e("Lead developer's homepage", 'updraftplus');?></a> | <a aria-label="F, A, Q" href="<?php echo apply_filters('updraftplus_com_link', "https://updraftplus.com/support/frequently-asked-questions/");?>" target="_blank"><?php _e('FAQs', 'updraftplus'); ?></a> | <a aria-label="more plug-ins" href="https://www.simbahosting.co.uk/s3/shop/" target="_blank"><?php _e('More plugins', 'updraftplus');?></a> - <span tabindex="0"><?php _e('Version', 'updraftplus');?>: <?php echo $updraftplus->version; ?></span>
[24] Fix | Delete
</div>
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function