From e98fa1bc6ca313e5186c26bca46bbc4384692050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E8=90=BD?= Date: Sun, 22 Mar 2020 00:22:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions/Ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/Ajax.php b/functions/Ajax.php index a7de353..73b2eda 100644 --- a/functions/Ajax.php +++ b/functions/Ajax.php @@ -44,7 +44,7 @@ add_action('wp_ajax_get_new_version', 'gdk_ajax_get_update'); //Ajax安装插件更新 function gdk_ajax_install_update() { - $url = 'http://a.gitcafe.net/gdk.zip?v=2020'; + $url = 'http://a.gitcafe.net/gdk.zip?v=' . date("His"); unzip_url($url, ABSPATH . 'wp-content/plugins'); exit(1);