PluginProbe ʕ •ᴥ•ʔ
Backup Migration / 1.4.9
Backup Migration v1.4.9
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 / twp / install.php
backup-backup / includes / banner / views / projects / twp Last commit date
imgs 11 months ago install.php 11 months ago
install.php
28 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://tastewp.com" target="_blank">
14 <img src="<?php $this->_asset('/projects/twp/imgs/big-colored-logo.png'); ?>">
15 </a>
16 </div>
17 <div class="ci-install-column">
18 <ul class="ci-checkmark-list ci-checkmark-list-type-1">
19 <li>Spin up a WordPress instance with one click <br class="ci-additional-text-break"><span class="ci-light-font">(without being logged in!)</span></li>
20 <li>Test things out before doing it on your “real” site</li>
21 <li><b>100% Free!</b></li>
22 </ul>
23 <div class="ci-install-button">
24 <a href="https://tastewp.com" target="_blank" class="ci-button-link ci-round-button">Check it out</a>
25 </div>
26 </div>
27 </div>
28