Files
2024-11-04 20:48:19 +01:00

38 lines
1.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
// Namespace
namespace Inisev\Subs;
// Disallow direct access
if (!defined('ABSPATH')) exit;
?>
<div class="ci-left-part ci-upgrade-state">
<h2>Dont forget to <b>upgrade to premium</b><br/>for the copy posts plugin :)</h2>
<div class="ci-pros-list">
<div class="ci-pros-list-column">
<ul class="ci-checkmark-list ci-checkmark-list-type-2">
<li>Import & export settings</li>
<li>Multisite support</li>
<li>Automatic redirects</li>
</ul>
</div>
<div class="ci-pros-list-column">
<ul class="ci-checkmark-list ci-checkmark-list-type-2">
<li>Also copy 3rd party infos</li>
<li>Auto-delete posts</li>
<li class="ci-no-checkmark ci-fancy-signature">...and so <a href="https://sellcodes.com/CylMIdJD" target="_blank" class="ci-green-text">much more!</a></li>
</ul>
</div>
</div>
<div class="ci-submit-button-row">
<div class="ci-submit-button-wrapper">
<a href="https://wordpress.org/plugins/copy-delete-posts/" target="_blank" class="ci-button-link ci-round-button ci-no-arrow">Upgrade now</a>
<div class="ci-learn-more-button">
<a href="https://sellcodes.com/CylMIdJD" target="_blank">Learn more</a>
</div>
</div>
</div>
</div>