PluginProbe ʕ •ᴥ•ʔ
Backup Migration / 2.1.2
Backup Migration v2.1.2
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 1.4.9.1 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.5.1
backup-backup / includes / banner / views / projects / usm / install.php
backup-backup / includes / banner / views / projects / usm Last commit date
imgs 4 months ago install.php 4 months ago installed.php 4 months ago part-install.php 4 months ago part-upgrade.php 4 months ago upgrade.php 4 months ago
install.php
30 lines
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://www.ultimatelysocial.com/usm-premium/" target="_blank">
14 <img src="<?php $this->_asset('/projects/usm/imgs/big-colored-logo.png'); ?>">
15 </a>
16 <img src="<?php $this->_asset('/static/imgs/rating.svg'); ?>">
17 </div>
18 <div class="ci-install-column">
19 <ul class="ci-checkmark-list ci-checkmark-list-type-1">
20 <li>Show social media & sharing icons</li>
21 <li>Maximize shares for more traffic</li>
22 <li><b>Free</b> <span class="ci-light-font">(optional upgrade to <a href="https://www.ultimatelysocial.com/usm-premium/" target="_blank">premium</a>)</span></li>
23 </ul>
24 <div class="ci-install-button">
25 <button class="ci-inisev-install-plugin" data-slug="usm">Install plugin now</button>
26 <span>(from <a href="https://wordpress.org/plugins/ultimate-social-media-icons/" target="_blank">WP directory</a>)</span>
27 </div>
28 </div>
29 </div>
30