📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 09:04:55
📂
/ (Root)
/
home
/
xeqi7597
/
map.claireduwig.com
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Migrations
📍 /home/xeqi7597/map.claireduwig.com/wp-content/plugins/wpforms-lite/src/Migrations
🔄 Refresh
✏️
Editing: Upgrade1_9_7.php
Writable
<?php namespace WPForms\Migrations; /** * Class upgrade for 1.9.7 release. * * @since 1.9.7 */ class Upgrade1_9_7 extends UpgradeBase { /** * Run upgrade. * * @since 1.9.7 */ public function run(): void { // Force update splash data cache. wpforms()->obj( 'splash_cache' )->update( true ); } }
💾 Save Changes
❌ Cancel