• File: class.io.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/php-code-for-posts-master/class.io.php
  • Date Modified: 05/06/2024 8:32 PM
  • File size: 320 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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!! */
}