✏️ 正在编辑: class-protect-uploads-deactivator.php
路径:
/home/h359620/public_html/wp-content/plugins/iewywnx/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' ); } }
💾 保存文件
← 返回文件管理器