Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/themes/Avada/includes/upgrade/ |
Current File : //var/www/web28/html/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-516.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.1.6. * * @since 5.1.6 */ class Avada_Upgrade_516 extends Avada_Upgrade_Abstract { /** * The version. * * @access protected * @since 5.1.6 * @var string */ protected $version = '5.1.6'; /** * The actual migration process. * * @access protected * @since 5.1.6 */ protected function migration_process() { $options = get_option( $this->option_name, [] ); // Update portfolio archive layout, when set to grid. $portfolio_archive_layout = Avada()->settings->get( 'portfolio_archive_layout' ); if ( 'Portfolio Grid' === $portfolio_archive_layout ) { $options['portfolio_archive_layout'] = 'Portfolio One Column'; update_option( $this->option_name, $options ); } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare