PHP 8.2.31
Preview: uninstall-integration.php Size: 1006 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wordpress-seo/src/integrations/uninstall-integration.php

<?php

namespace Yoast\WP\SEO\Integrations;

use Yoast\WP\SEO\Conditionals\No_Conditionals;

/**
 * Class to manage the integration with the WP uninstall flow.
 */
class Uninstall_Integration implements Integration_Interface {

	use No_Conditionals;

	/**
	 * Initializes the integration.
	 *
	 * This is the place to register hooks and filters.
	 *
	 * @return void
	 */
	public function register_hooks() {
		\add_action( 'uninstall_' . \WPSEO_BASENAME, [ $this, 'wpseo_uninstall' ] );
	}

	/**
	 * Performs all necessary actions that should happen upon plugin uninstall.
	 *
	 * @return void
	 */
	public function wpseo_uninstall() {
		$this->clear_import_statuses();
	}

	/**
	 * Clears the persistent import statuses.
	 *
	 * @return void
	 */
	public function clear_import_statuses() {
		$yoast_options = \get_site_option( 'wpseo' );

		if ( isset( $yoast_options['importing_completed'] ) ) {
			$yoast_options['importing_completed'] = [];

			\update_site_option( 'wpseo', $yoast_options );
		}
	}
}

Directory Contents

Dirs: 6 × Files: 16

Name Size Perms Modified Actions
admin DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
alerts DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
blocks DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
front-end DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
watchers DIR
- drwxr-xr-x 2026-06-03 14:57:42
Edit Download
1.14 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
4.38 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.02 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
9.72 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.08 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
810 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
816 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.93 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
18.88 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
426 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.95 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
36.30 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
5.75 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1006 B lrw-r--r-- 2026-06-03 14:57:42
Edit Download
2.08 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download
1.22 KB lrw-r--r-- 2026-06-03 14:57:42
Edit Download

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