You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
567 B
13 lines
567 B
<?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/")?>">
|
|
<em><?php _e('For the ability to migrate websites, upgrade to UpdraftPlus Premium.', 'updraftplus'); ?></em>
|
|
</a>
|
|
</p>
|
|
</div>
|
|
<?php endif; ?>
|