$post_id = absint( $_POST['propID'] ); $post_status = get_post_status( $post_id ); if($post_status == 'publish') { $post = array( 'ID' ...
確定! 回上一頁