Pindahkan posting untuk menyusun php wordpress

$post = array( 'ID' => $post_id, 'post_status' => $status );
wp_update_post($post);
Thoughtful Termite