我想查看帖子状态,特别是我想知道帖子是设置为草稿还是私下发布。我有以下代码: if ('draft' != get_post_status() || is_user_logged_in()) { $this->render(); ...
確定! 回上一頁