register plugin page to avoid "do not have permission" error
-
I have built a plugin. The menu items appears, and when I select the menu item, the appropriate page displays.
In this case, the page is a list view of the database table. Clicking on a line in the list invokes a table editor. The php file for the table editor is in same directory as the other files, and it has the same system permissions.
WP complains that “You do not have sufficient permissions to access this page.”
How do I register this page with the plugin so it loads correctly?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘register plugin page to avoid "do not have permission" error’ is closed to new replies.