PHP 8.0.30
Preview: IO.php Size: 707 B
/home/certprox/zang.certproxywizard.com/wp/wp-content/plugins/auto-post-thumbnail/src/IO.php

<?php
/**
 * Plugin activation and deactivation handler.
 *
 * @package AutoPostThumbnail
 */

namespace AutoPostThumbnail;

use AutoPostThumbnail\Constants\Options_Schema;

/**
 * Plugin activation and deactivation handler.
 */
class IO {
	/**
	 * Handle plugin activation.
	 *
	 * @return void
	 */
	public function on_activate() {
		do_action( 'wapt/plugin_activated' );
	}

	/**
	 * Handle plugin deactivation.
	 *
	 * @return void
	 */
	public function on_deactivate() {
		$should_delete_options = Settings::instance()->get( Options_Schema::DELETE_SETTINGS_ON_DEACTIVATION );

		if ( $should_delete_options ) {
			Settings::instance()->delete_all();
		}

		do_action( 'wapt/plugin_deactivated' );
	}
}

Directory Contents

Dirs: 7 × Files: 5

Name Size Perms Modified Actions
Constants DIR
- drwxr-xr-x 2026-04-02 07:27:18
Edit Download
Models DIR
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
Modules DIR
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
Routes DIR
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
Services DIR
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
Utils DIR
- drwxr-xr-x 2026-04-02 07:27:19
Edit Download
3.76 KB lrw-r--r-- 2026-04-02 07:27:18
Edit Download
707 B lrw-r--r-- 2026-04-02 07:27:19
Edit Download
3.46 KB lrw-r--r-- 2026-04-02 07:27:19
Edit Download
19.42 KB lrw-r--r-- 2026-04-02 07:27:19
Edit Download
4.60 KB lrw-r--r-- 2026-04-02 07:27:19
Edit Download

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