PluginProbe
Backup Migration / 1.4.7
Backup Migration v1.4.7
2.1.7 2.1.6 2.1.5.2 trunk 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.6.1 1.4.7 1.4.8 1.4.9 All 34 releases
backup-backup / includes / banner / views / projects / cdp / install.php
install.php
33 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // Namespace
4 namespace Inisev\Subs;
5
6 // Disallow direct access
7 if (!defined('ABSPATH')) exit;
8
9 ?>
10
11 <div class="ci-left-part ci-install-state">
12 <div class="ci-project-logo">
13 <a href="https://wordpress.org/plugins/copy-delete-posts/" target="_blank">
14 <div class="ci-project-logo-element">
15 <img src="<?php $this->_asset('/projects/cdp/imgs/big-colored-logo.png'); ?>">
16 <span>Copy & Delete<br><b>posts</b></span>
17 </div>
18 </a>
19 <img src="<?php $this->_asset('/static/imgs/rating.svg'); ?>" class="ci-rating">
20 </div>
21 <div class="ci-install-column">
22 <ul class="ci-checkmark-list ci-checkmark-list-type-1">
23 <li>Copy posts & pages with one click</li>
24 <li>Save a lot of time!</li>
25 <li><b>Free</b> <span class="ci-light-font">(optional upgrade to <a href="https://sellcodes.com/CylMIdJD" target="_blank">premium</a>)</span></li>
26 </ul>
27 <div class="ci-install-button">
28 <button class="ci-inisev-install-plugin" data-slug="cdp">Install plugin now</button>
29 <span>(from <a href="https://wordpress.org/plugins/copy-delete-posts/" target="_blank">WP directory</a>)</span>
30 </div>
31 </div>
32 </div>
33