📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 08:19:14
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
plugin
/
includes
✏️
Editing: 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' ); } }
💾 Save Changes
❌ Cancel