Add upstream
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed');
|
||||
?>
|
||||
<?php if (!class_exists('UpdraftPlus_Addons_Migrator')) : ?>
|
||||
<div class="advanced_tools search_replace">
|
||||
<p class="updraftplus-search-replace-advert">
|
||||
<h3><?php echo __('Search / replace database', 'updraftplus'); ?></h3>
|
||||
<a href="<?php apply_filters("updraftplus_com_link", "https://updraftplus.com/shop/updraftplus-premium/");?>" target="_blank">
|
||||
<em><?php _e('For the ability to migrate websites, upgrade to UpdraftPlus Premium.', 'updraftplus'); ?></em>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<?php endif;
|
||||
Reference in New Issue
Block a user