$current_post_status = get_post_status();. get_post_status() calls get_post() internally, which gets the current post for you. So providing it the ID of the ...
確定! 回上一頁