Instead of adjusting the wp_list_pages in the template and adding various filters like:
wp_list_pages('sort_column=menu_order&title_li=');
I would like to be able to filter it via a plugin, is this even possible? I know this can be done to exclude pages, but not sure if the same ability is available for other filters.
any ideas?