0,
'sort_order' => 'ASC',
'sort_column' => 'post_title',
'hierarchical' => 1,
'post_type' => 'page'
);
wp_dropdown_pages( $args ); ?>
Others to include
‘exclude’ => ,
‘include’ => ,
‘meta_key’ => ,
‘meta_value’ => ,
‘authors’ => ,
‘exclude_tree’ => ,