芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/lib/Migrations/App/Migration_20230425_211517.php
container->get(SettingsController::class); $possibleKeys = [ 'subscribe.on_register.label', 'subscribe.on_comment.label', ]; $default = __('Yes, add me to your mailing list', 'mailpoet'); foreach ($possibleKeys as $key) { $currentValue = $settingsController->get($key); if ($currentValue === 'TRANSLATION "yesAddMe" NOT FOUND') { $settingsController->set($key, $default); } } } }