$post_id = get_the_ID(); //999 $current_post_status = get_post_status($post_id); echo $current_post_status; //publish.
確定! 回上一頁