14 lines
567 B
PHP
Raw Normal View History

2016-11-28 21:52:15 -08:00
<?php
2018-01-26 15:50:15 +01:00
if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed');
2016-11-28 21:52:15 -08:00
?>
2018-01-26 15:50:15 +01:00
<?php if (!class_exists('UpdraftPlus_Addons_Migrator')) : ?>
2016-11-28 21:52:15 -08:00
<div class="advanced_tools search_replace">
<p class="updraftplus-search-replace-advert">
2018-01-26 15:50:15 +01:00
<h3><?php echo __('Search / replace database', 'updraftplus'); ?></h3>
<a href="<?php apply_filters("updraftplus_com_link", "https://updraftplus.com/shop/updraftplus-premium/");?>">
2016-11-28 21:52:15 -08:00
<em><?php _e('For the ability to migrate websites, upgrade to UpdraftPlus Premium.', 'updraftplus'); ?></em>
</a>
</p>
</div>
2018-01-26 15:50:15 +01:00
<?php endif;