PATH:
home
/
shotlining
/
portal.shotlining.com
/
wp-content
/
plugins
/
wpforms-lite
/
src
/
Migrations
<?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(): bool { // Force update splash data cache. wpforms()->obj( 'splash_cache' )->update( true ); return true; } }
[-] Migrations.php
[edit]
[-] Upgrade183.php
[edit]
[-] Upgrade1672.php
[edit]
[-] Upgrade175.php
[edit]
[+]
..
[-] UpgradeBase.php
[edit]
[-] Upgrade182.php
[edit]
[-] Upgrade1_9_7.php
[edit]
[-] Upgrade1_9_2.php
[edit]
[-] Upgrade1_9_1.php
[edit]
[-] Upgrade159.php
[edit]
[-] Upgrade177.php
[edit]
[-] Upgrade186.php
[edit]
[-] Base.php
[edit]
[-] Upgrade187.php
[edit]
[-] Upgrade1751.php
[edit]
[-] Upgrade168.php
[edit]
[-] Upgrade1_9_8_6.php
[edit]
[+]
Tasks
[-] Upgrade184.php
[edit]