From 763864b03bfdd7401d83c676d4036bb1e3c5d8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E8=88=92=E5=90=9B?= <41245552+Lvshujun0918@users.noreply.github.com> Date: Sun, 28 Apr 2024 16:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E8=AF=84=E8=AE=BA=E6=9C=AA?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E5=8D=B3=E5=87=BA=E7=8E=B0=E5=9C=A8=E5=B0=8F?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E9=87=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/fun/widget.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/fun/widget.php b/inc/fun/widget.php index 0b8cda2f..00c2011a 100755 --- a/inc/fun/widget.php +++ b/inc/fun/widget.php @@ -495,6 +495,7 @@ function widget( $args, $instance ){ $nums = $this->get_num_val($instance, 'nums'); $args = array( 'number' => $nums, + 'status' => 'approve', 'date_query' => array( 'before' => 'tomorrow', 'inclusive' => true,