HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: //proc/self/cwd/dup-installer/templates/default/pages-parts/step1/options-tabs/other-urls-path.php
<?php

/**
 *
 * @package templates/default
 */

defined('ABSPATH') || defined('DUPXABSPATH') || exit;

use Duplicator\Installer\Core\Params\PrmMng;
use Duplicator\Installer\Utils\InstallerUpsell;

$paramsManager = PrmMng::getInstance();
?>
<div class="hdr-sub3">
    Secondary URLs and paths 
    <sup
        class="pro-flag pro-flag-close"
        data-tooltip-title="Upgrade Features"
        data-tooltip="<?php echo DUPX_U::esc_attr(
            '<p>Enhancements for full customization of all WordPress paths and URLs are available in Duplicator Pro.</p>' .
            InstallerUpsell::getCampaignTooltipHTML(array('utm_medium' => 'installer', 'utm_content' => "Secondary URLs and paths"))
        ); ?>">*
    </sup>
</div>

<div id="other-path-url-options">
    <small>*All of these options are configurable with Duplicator Pro.</small>
    <?php
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_PATH_WP_CORE_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_SITE_URL);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_PATH_CONTENT_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_URL_CONTENT_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_PATH_UPLOADS_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_URL_UPLOADS_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_PATH_PLUGINS_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_URL_PLUGINS_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_PATH_MUPLUGINS_NEW);
    $paramsManager->getHtmlFormParam(PrmMng::PARAM_URL_MUPLUGINS_NEW);
    ?>
</div>