Tagged Questions
0
votes
1answer
47 views
Can Not Redirect from Plugin-Registered Admin Page
I am doing the following in my plugin:
Register a custom admin page and in the callback function (the last parameter of add_submenu_page)
Redirect to another page
However, when I open the custom ...
0
votes
1answer
472 views
Redirect plugin after form submit or show errors
I've been developing a wordpress plugin that has an admin section with a form to add and edit various things. Now after an admin submits the form I wanted to redirect if successful (to show updated ...