Update (new time)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user