I'm working on a plugin in the Wordpress admin. Everything works fine excepts that when I try to load the edit form; I get an error saying "You do not have sufficient permissions to access this page".
My plugin link is:
http://localhost/work/wp/wp-admin/options-general.php?page=my-slider/index.php
The error appears when I append the ID parameter to the link like this:
http://localhost/work/wp/wp-admin/options-general.php?page=my-slider/index.php?id=5
Any idea?
Thanks