PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/sc1buiq6159/smile.formagloba.fr/wp-content/plugins/webp-express/lib/migrate/
Server: Linux apophis.o2switch.net 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
IP: 109.234.164.184
Choose File :

Url:
Dir : /home/sc1buiq6159/smile.formagloba.fr/wp-content/plugins/webp-express/lib/migrate/migrate12.php

<?php

namespace WebPExpress;

use \WebPExpress\Config;
use \WebPExpress\Messenger;
use \WebPExpress\Option;

function webpexpress_migrate12() {

    $config = Config::loadConfigAndFix(false);  // false, because we do not need to test if quality detection is working

/*
    if (($config['destination-extension'] == 'set') && ($config['destination-folder'] == 'mingled')) {
        DismissableMessages::addDismissableMessage('0.15.1/problems-with-mingled-set');

        Messenger::addMessage(
            'error',
            'WebP Express is experiencing technical problems with your particular setup. ' .
                'Please <a href="' . Paths::getSettingsUrl() . '">go to the settings page</a> to fix.'
        );

    }*/

    $forceHtaccessRegeneration = true;
    $result = Config::saveConfigurationAndHTAccess($config, $forceHtaccessRegeneration);

    if ($result['saved-both-config']) {
        Option::updateOption('webp-express-migration-version', '12');

    } else {
        Messenger::addMessage(
            'error',
            'Failed migrating webp express options to 0.15.1. Probably you need to grant write permissions in your wp-content folder.'
        );
    }

}

webpexpress_migrate12();