Tagged Questions
0
votes
1answer
49 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 ...
1
vote
1answer
510 views
How to do 302 redirects “in” WordPress using Redirection plugin?
I am planning to use the Redirection plugin to do redirects. The plugin's description states that it also enables 302 redirects, but I can't see how. There's no option as such (see screenshot below).
...