Creating Custom Non-Settings Admin Page
-
Hello! Sorry if this is a silly question or if I am not asking it in the proper forum.
I am trying to create a simple plugin which creates some custom REST API endpoints, stores the data created there in a custom database table and shows the results based on some filters in the admin panel. What I am struggling with is the admin panel part. I have tried Googling about how to create the admin page, but every article I have found is about using the Settings API to create a CRUD functionality. What I would need is a form which allows the admin to put in some information, a submit button, and a custom function which will render the page after the submit happens, querying and showing the data.
Specifically, I would like to find which event/hook to use to be able to read the data from the form, but instead of saving those in the database, I would like to render a table and show it on the same page where the form is.
Could you please point me in the right direction?Thank you in advance!
- The topic ‘Creating Custom Non-Settings Admin Page’ is closed to new replies.