cpanel
10 months ago
manual
10 months ago
progress
10 months ago
completed.php
10 months ago
connect-to-server.php
10 months ago
cpanel-check.php
10 months ago
failure.php
10 months ago
local-migration-completed.php
10 months ago
navigation.php
10 months ago
pro-tip.php
10 months ago
select-migration-method.php
10 months ago
upload-progress.php
10 months ago
local-migration-completed.php
20 lines
| 1 | <?php |
| 2 | if (!defined('ABSPATH')) exit; |
| 3 | $data = [ |
| 4 | 'title' => 'Upload Completed', |
| 5 | 'image' => 'completed-migration', |
| 6 | 'type' => 'success', |
| 7 | 'message' => "We're happy to let you know that your upload to our secure servers has completed. You are ready to install your Wordpress Site on your local environment.", |
| 8 | 'additionalInfo' => 'To continue your migration, open Transferito Desktop', |
| 9 | 'externalLink' => [ |
| 10 | 'anchorText' => 'Download Transferito Desktop', |
| 11 | 'linkURL' => 'https://transferito.com/download/desktop' |
| 12 | ], |
| 13 | 'extraInfo' => [ |
| 14 | 'title' => 'Liked Using our Plugin?', |
| 15 | 'content' => 'If you did, please <a target="_blank" class="transferito-log-event" data-event-name="leaveReview" href="https://wordpress.org/support/plugin/transferito/reviews/">click here</a> to leave us a review. Your feedback is very important to us & helps us to continually improve our plugin.' |
| 16 | ] |
| 17 | ]; |
| 18 | include getTransferitoViewPath('parts/notice'); |
| 19 | ?> |
| 20 |