I am porting some existing code to make a WP Plugin but have a question as to the best way to request pages. As it is now the scripts call pages like this, based on the process selected:
http://somehost/wp-admin/admin.php?page=add&process=view_list
There area about 6 separate options that are called like this, the other problem is what is the proper way to register links line this in the admin area?
The most obvious problem is the file path is hard coded...
Any examples would be helpful.