Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-content
/
plugins
/
duplicator
/
classes
/
utilities
/
File Content:
class.u.multisite.php
<?php defined('ABSPATH') || defined('DUPXABSPATH') || exit; /** * Methods used to work with WordPress MU sites * * Standard: PSR-2 * @link http://www.php-fig.org/psr/psr-2 * * @package Duplicator * @subpackage classes/utilities * @copyright (c) 2017, Snapcreek LLC * * @todo Refactor out IO methods into class.io.php file */ // Exit if accessed directly if (! defined('DUPLICATOR_VERSION')) exit; class DUP_MU { public static function isMultisite() { return self::getMode() > 0; } // 0 = single site; 1 = multisite subdomain; 2 = multisite subdirectory public static function getMode() { if(is_multisite()) { if (defined('SUBDOMAIN_INSTALL') && SUBDOMAIN_INSTALL) { return 1; } else { return 2; } } else { return 0; } } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
JsonSerializable.php
577 bytes
0644
LimitStream.php
4209 bytes
0644
article-modified-time-presenter.php
609 bytes
0644
base.php
2793 bytes
0644
class-sitemaps-admin.php
3665 bytes
0644
class-tracking-server-data.php
1989 bytes
0644
class-wpseo-statistics.php
1443 bytes
0644
class.archive.config.php
1364 bytes
0644
class.db.php
7236 bytes
0644
class.pack.database.php
30838 bytes
0644
class.snaplib.u.net.php
1831 bytes
0644
class.u.json.php
4832 bytes
0644
class.u.multisite-20260622063853.php
907 bytes
0644
class.u.multisite.php
907 bytes
0644
class.u.php
27146 bytes
0644
class.u.scancheck.php
5179 bytes
0644
class.u.shell.php
1322 bytes
0644
class.u.string-20260623090340.php
3081 bytes
0644
class.u.string.php
3081 bytes
0644
class.u.validator.php
5903 bytes
0644
class.u.zip.php
6054 bytes
0644
class.web.services.php
7748 bytes
0644
ctrl.package.php
17073 bytes
0644
define.php
4567 bytes
0644
elFinderPlugin-20260705182242.php
3331 bytes
0644
elFinderPlugin.php
3331 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500-20260705194237.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class-20260623050500.php
48544 bytes
0644
elFinderVolumeLocalFileSystem.class.php
48544 bytes
0644
exceptions.php
708 bytes
0644
flexible-widget.php
11167 bytes
0644
image-helper.php
10231 bytes
0644
index.php
14 bytes
0644
loco.php
5626 bytes
0644
loco.xml
657 bytes
0644
manager.php
14659 bytes
0644
meta-fields-presenter.php
1600 bytes
0644
module.php
1297 bytes
0644
quick-edit-handler-1650.js
1848 bytes
0644
recovery.php
1146 bytes
0644
setup.php
2699 bytes
0644
uninstall.php
4401 bytes
0644
wordpress-seojs-ar.json
25925 bytes
0644
wordpress-seojs-uk.json
26506 bytes
0644
N4ST4R_ID | Naxtarrr