• File: Upgrades.php
  • Full Path: /home/mrjeffgoldman/public_html/kensingtonsearch.net/wp-content/plugins/popup-maker/classes/Upgrades.php
  • Date Modified: 06/30/2026 1:45 AM
  • File size: 348 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Class for Upgrades
 *
 * @package   PopupMaker
 * @copyright Copyright (c) 2024, 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 {}