uawdijnntqw1x1x1
IP : 18.217.171.249
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
..
/
plugins
/
duplicator
/
src
/
Utils
/
LinkManager.php
/
/
<?php /** * @package Duplicator */ namespace Duplicator\Utils; use Duplicator\Installer\Utils\InstallerLinkManager; /** * Link manager class */ class LinkManager extends InstallerLinkManager { /** * @param string|string[] $paths The path to the article * @param string $medium The utm medium * @param string $content The utm content * * @return string The url with path and utm params */ protected static function buildUrl($paths, $medium, $content) { return apply_filters('duplicator_upsell_url_filter', parent::buildUrl($paths, $medium, $content)); } }
/home/batcwwjx/www/wp-content/plugins/../plugins/duplicator/src/Utils/LinkManager.php