File "Upgrades.php"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/litespeed-cache/src/Upgrades.php
File size: 341 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Class for Upgrades
 *
 * @package   PUM
 * @copyright Copyright (c) 2023, Code Atlantic LLC
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Handles processing of data migration & upgrade routines.
 *
 * @since 1.7.0
 * @deprecated 1.8.0 Use PUM_Utils_Upgrades instead.
 */
class PUM_Upgrades extends PUM_Utils_Upgrades {}