Plugin Development needing new page
-
I’ve looked and googled but I’m not finding my answer, maybe someone here can point me in the right direction.
I’m attempting to code my first plugin, and I’m stuck at the moment.
The plugin’s first page opens as expected, then I want to add some actions/links to that main page that will take the user to another screen for data entry to a database.
How can I do this?
plugin_basename( __FILE__ ) ."?action=edit
doesnt give me the desired effect, as i thought it would…
I think i need to get to “tools.php?page=myPlugin” and then add the “?action=edit”, am I right?Thank you for any help, let me know if i need to clarify anything.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin Development needing new page’ is closed to new replies.