Dashboard
PHP:
7.4.33
OS:
Linux
User:
vqweckd
/
/
home
/
vqweckd
/
www
/
wp-content
/
themes
/
Avada
/
includes
/
upgrade
📤 Upload
📝 New File
📁 New Folder
Close
Editing: class-avada-upgrade-562.php
<?php /** * Upgrades Handler. * * @author ThemeFusion * @copyright (c) Copyright by ThemeFusion * @link https://avada.com * @package Avada * @subpackage Core */ // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * Handle migrations for Avada 5.6.2. * * @since 5.6.1 */ class Avada_Upgrade_562 extends Avada_Upgrade_Abstract { /** * The version. * * @access protected * @since 5.3.0 * @var string */ protected $version = '5.6.2'; /** * The actual migration process. * * @access protected * @since 5.6.2 * @return void */ protected function migration_process() {} }
Save
Cancel