From 6f25f61522099ae5a68a91eceea963bd98246c12 Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Thu, 12 Mar 2020 19:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=92=E4=BB=B6=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E6=9B=B4=E6=96=B0=E5=90=8E=E5=9B=A0=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E7=9A=84=E8=BF=87=E7=A8=8B=E8=80=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E6=97=A0=E6=B3=95=E7=94=9F=E6=88=90=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.php b/index.php index a7e6b18..776e2ba 100644 --- a/index.php +++ b/index.php @@ -41,6 +41,10 @@ class WP_CHINA_YES { __CLASS__, 'admin_menu' )); + + if (empty(get_option('wp_china_yes_options'))) { + self::wp_china_yes_activate(); + } } }