Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
polymastigina
/
wp-content
/
plugins
/
duplicator
/
classes
:
class.io.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * @copyright 2022 Snap Creek LLC * Class for all IO operations */ defined('ABSPATH') || defined('DUPXABSPATH') || exit; if (! defined('DUPLICATOR_VERSION')) { exit; } /** * This class is deprecated. Please use: * Duplicator\Libs\Snap\SnapIO */ class DUP_IO { /* !!DO NOT IMPLMENT HERE!! */ }