文件操作 - uninstall.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/aaa/webappick-product-feed-for-woocommerce/uninstall.php
编辑文件内容
<?php /** * Fired when the plugin is uninstalled. * @since 1.0.0 * * @package WooFeed */ // If uninstall not called from WordPress, then exit. if ( ! defined('WP_UNINSTALL_PLUGIN') ) { exit; } wp_clear_scheduled_hook( 'woo_feed_cleanup_logs' ); wp_clear_scheduled_hook( 'woo_feed_update' ); // End of file uninstall.php
修改文件时间
将文件时间修改为当前时间的前一年
删除文件