文件操作 - uninstall.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/plugins/woo-zoho/templates/uninstall.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <h3><?php esc_html_e('Uninstall WooCommerce Zoho Plugin','woo-zoho'); ?></h3> <?php if(isset($_POST[$this->id.'_uninstall'])){ ?> <div class="vxc_alert updated below-h2"> <h3><?php esc_html_e('Success','woo-zoho'); ?></h3> <p><?php esc_html_e('WooCommerce Zoho Plugin has been successfully uninstalled','woo-zoho'); ?></p> <p> <a class="button button-hero button-primary" href="plugins.php"><?php esc_html_e("Go to Plugins Page",'woo-zoho'); ?></a> </p> </div> <?php }else{ ?> <div class="vxc_alert error below-h2"> <h3><?php esc_html_e("Warning",'woo-zoho'); ?></h3> <p><?php esc_html_e('This Operation will delete all Zoho logs and feeds.','woo-zoho'); ?></p> <p><button class="button button-hero button-secondary" id="vx_uninstall" type="submit" onclick="return confirm('<?php esc_html_e("Warning! ALL Zoho Feeds and Logs will be deleted. This cannot be undone. OK to delete, Cancel to stop.", 'woo-zoho')?>');" name="<?php echo esc_attr($this->id) ?>_uninstall" title="<?php esc_html_e("Uninstall",'woo-zoho'); ?>" value="yes"><?php esc_html_e("Uninstall",'woo-zoho'); ?></button></p> </div> <?php } ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件