Udpate (Task)
This commit is contained in:
@@ -64,7 +64,7 @@ public static function handle($post_id, $post_status = 'publish')
|
||||
|
||||
}
|
||||
|
||||
$new_time->addMinutes(rand(20, 60));
|
||||
$new_time->addMinutes(rand(10, 45));
|
||||
$post->published_at = $new_time;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user