HEX
Server: Apache/2.4.6 () PHP/7.4.33
System: Linux chile-dev-app-1 5.4.17-2136.315.5.el7uek.x86_64 #2 SMP Wed Dec 21 19:57:57 PST 2022 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/duplicator/template/mocks/import/content-popup.php
<?php

defined("ABSPATH") || exit;

/**
 * Variables
 *
 * @var \Duplicator\Core\Views\TplMng $tplMng
 * @var array<string, mixed> $tplData
 */
?>
<p>
    <?php
    printf(
        wp_kses(
            __(
                'In addition to the <a href="%s" target="_blank" rel="noopener noreferrer">classic installer method</a> ' .
                'on an empty site, Duplicator Pro now supports Drag and Drop migrations and site restores! Simply drag ' .
                'the bundled site archive to the site you wish to overwrite.',
                'duplicator'
            ),
            array(
                'a' => array(
                    'href'   => array(),
                    'rel'    => array(),
                    'target' => array(),
                )
            )
        ),
        'https://snapcreek.com/how-to-move-a-wordpress-site/'
    );
    ?>
</p>