Update (new time)

This commit is contained in:
2023-11-20 09:53:57 +08:00
parent f5114c900b
commit 55503c3436

View File

@@ -64,7 +64,7 @@ public static function handle($post_id, $post_status = 'publish')
} }
$new_time->addMinutes(rand(40, 120)); $new_time->addMinutes(rand(20, 60));
$post->published_at = $new_time; $post->published_at = $new_time;
} }