芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/wp-content/plugins/wp-fastest-cache/uninstall.php
$cron_value) { foreach ( (array) $cron_value as $hook => $events ) { if(preg_match("/^wp\_fastest\_cache/", $hook)){ $args = array(); foreach ( (array) $events as $event_key => $event ) { if(isset($event["args"]) && isset($event["args"][0])){ $args = array(json_encode(json_decode($event["args"][0]))); } } wp_clear_scheduled_hook($hook, $args); } } } ?>