This will retrieve all posts, not only the published ones $published_posts = get_posts([ "post_status" => "PUBLISH", ]);.
確定! 回上一頁