I'm writing my very first plugin. It will be a very basic page menu manager.
I have no trouble filtering the page menu from the functions.php, but I want to enable the end user to do this. Exclude pages, include pages, depth, menu order? Also I'd like to add a custom page meta box that let's people put pages in sections. I'm not sure if wp_page_menu_args() allows filtering by cystom field.
This will be a a personal project to learn how to write a plugin, but if anyone has any ideas about what this plugin should do, feel free to share ideas.