I am developing a photo gallery plugin for uploading pictures in the server. I want to put this plugin in a page for people to access this function. That is, user can click on the sidebar link to access the gallery page.
add_action('xxxxxx', 'displayImageUploader');
I would like to know what parameter shall i use to perform the function i want?
Thank you.