Opened 9 years ago
Last modified 6 years ago
#37041 new enhancement
Allow arbitrary return redirects when activating plugins
Reported by: | rmccue | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | has-patch needs-refresh |
Focuses: | administration | Cc: |
Description
After activating a plugin, the return redirect is set to either import.php
or plugins.php
depending on the from
query parameter. It'd be nice to have the ability to specify an arbitrary redirect_to
similar to the login process.
This should probably be locked down using wp_safe_redirect
.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Added initial patch. Needs sanity checking.