PHP 8.2.31
Preview: Upgrade1672.php Size: 863 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/wpforms-lite/src/Migrations/Upgrade1672.php

<?php

namespace WPForms\Migrations;

/**
 * Class v1.6.7.2 upgrade.
 *
 * @since 1.7.5
 *
 * @noinspection PhpUnused
 */
class Upgrade1672 extends UpgradeBase {

	/**
	 * Run upgrade.
	 *
	 * @since 1.7.5
	 *
	 * @return bool|null Upgrade result:
	 *                   true  - the upgrade completed successfully,
	 *                   false - in the case of failure,
	 *                   null  - upgrade started but not yet finished (background task).
	 */
	public function run() {

		$review = get_option( 'wpforms_review' );

		if ( empty( $review ) ) {
			return true;
		}

		$notices = get_option( 'wpforms_admin_notices', [] );

		if ( isset( $notices['review_request'] ) ) {
			return true;
		}

		$notices['review_request'] = $review;

		update_option( 'wpforms_admin_notices', $notices, true );
		delete_option( 'wpforms_review' );

		return true;
	}
}

Directory Contents

Dirs: 0 × Files: 16

Name Size Perms Modified Actions
11.87 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
930 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
1.37 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
911 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
707 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
1.24 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
2.67 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
1.21 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
3.04 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
769 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
909 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
395 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
1.35 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download
863 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
562 B lrw-r--r-- 2025-01-05 05:34:51
Edit Download
2.48 KB lrw-r--r-- 2025-01-05 05:34:51
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).