PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / src / Views / parts / empty-keys.php
transferito / src / Views / parts Last commit date
migration 8 months ago modals 10 months ago choose-upgrade-method.php 10 months ago empty-keys.php 10 months ago iframe.php 10 months ago information.php 10 months ago loading.php 10 months ago notice.php 10 months ago
empty-keys.php
20 lines
1 <?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2 <?php if ($data['showEmptyKeyMessage']) : ?>
3 <div class="empty-api-keys">
4 <div class="add-keys-icon">+</div>
5 <div class="add-keys-text">
6 <p class="add-keys-title">
7 You haven’t added any api keys to connect to our transferito servers
8 </p>
9 <p class="add-keys-content">
10 If you already have an account with us, please enter your api keys.
11 If you don’t please create an account to start using Transferito.
12 </p>
13 </div>
14 <div class="add-keys-button-container">
15 <a href="admin.php?page=transferito-settings" class="transferito-button">Setup API Keys</a>
16 <a target="_blank" href="https://transferito.com/upgrade-to-premium" class="transferito-button transferito-left-button">Create account</a>
17 </div>
18 </div>
19 <?php endif; ?>
20