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 / red / install.php
backup-backup / includes / banner / views / projects / red Last commit date
imgs 4 months ago install.php 4 months ago installed.php 4 months ago
install.php
38 lines
1 <?php
2
3 // Namespace
4 namespace Inisev\Subs;
5
6 // Disallow direct access
7 if (!defined('ABSPATH')) exit;
8
9 ?>
10
11 <img src="<?php $this->_asset('/projects/red/imgs/background-top-left.svg'); ?>" class="ci-background-top-left">
12 <div class="ci-left-part ci-install-state">
13
14 <div class="ci-project-logo">
15 <a href="https://wordpress.org/plugins/redirect-redirection/" target="_blank">
16 <img class="ci-redi-logo-p" alt="Redirect Logo" src="<?php $this->_asset('/projects/red/imgs/big-colored-logo-rr.png'); ?>">
17 </a>
18 <img src="<?php $this->_asset('/static/imgs/rating.svg'); ?>">
19 </div>
20
21 <div class="ci-install-column">
22 <ul class="ci-checkmark-list ci-checkmark-list-type-1">
23 <li>Redirect URLs with one click</li>
24 <li>Define redirection rules</li>
25 <li><b>100% Free</b></li>
26 </ul>
27 <div class="ci-install-button">
28 <button class="ci-inisev-install-plugin" data-slug="redi">Install plugin now</button>
29 <span>(from <a href="https://wordpress.org/plugins/redirect-redirection/" target="_blank">WP directory</a>)</span>
30 </div>
31 </div>
32
33 </div>
34
35 <div class="ci-right-part">
36 <img src="<?php $this->_asset('/projects/red/imgs/main-background-image.png'); ?>" class="ci-background-top-right">
37 </div>
38