$current_post_status = get_post_status(); echo $current_post_status; //publish ... get_post_status() 内部调用 get_post() ,为你获取当前的帖子。
確定! 回上一頁