mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
14 lines
567 B
PHP
14 lines
567 B
PHP
<?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;
|