/home/techb158/l2hypotheques.com/wp-content/plugins/wpforms/src/Migrations
NameSizeModeActions
Base.php99100644editdlrm
Migrations.php7410644editdlrm
Upgrade159.php7070644editdlrm
Upgrade168.php12680644editdlrm
Upgrade175.php25200644editdlrm
Upgrade177.php12400644editdlrm
Upgrade1672.php8630644editdlrm
Upgrade1751.php5620644editdlrm
UpgradeBase.php24860644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/wpforms/src/Migrations/Upgrade159.php (707B)
get( 'tasks_meta' ); if ( ! $meta ) { return false; } // Create the table if it doesn't exist. if ( ! $meta->table_exists() ) { $meta->create_table(); } return true; } }