I´ve seen that wp_list_pages will call get_pages and get_pages has a default 'post_status' => 'publish'. What I need is to verify if the user is loggen and ask for a post_status of either publish or private state. But I see no way to do that without hacking into get_pages. How can I do that?