HEX
Server: Apache
System: Linux b87bae7b6fa1 6.14.0-1013-aws #13~24.04.1-Ubuntu SMP Tue Sep 2 23:08:25 UTC 2025 x86_64
User: daemon (1)
PHP: 8.2.20
Disabled: NONE
Upload Files
File: /opt/bitnami/wordpress/wp-content/plugins/ztkgo/includes/class-protect-uploads-deactivator.php
<?php 
class Alti_ProtectUploads_Deactivator extends Alti_ProtectUploads {

	public function run() {
		$plugin = new Alti_ProtectUploads_Admin($this->plugin_name, $this->version);
		$plugin->remove_index();
		$plugin->remove_htaccess();
		delete_option( $this->get_plugin_name().'-protection' );

	}

}