1- So can the plugin redirect all */wp-admin/* adresses?
2- could you allow it to have a list of exceptions? like */wp-admin/profile.php, /register.php etc
3- link that to the role filter and you're really cookin!
1- So can the plugin redirect all */wp-admin/* adresses?
2- could you allow it to have a list of exceptions? like */wp-admin/profile.php, /register.php etc
3- link that to the role filter and you're really cookin!
Hi,
It should redirect any admin page at the moment - that is what the admin_init hook is meant to do. So it is not determined by whether the path includes wp-admin, but whether wordpress believes it is an admin page or not.
I will think up a way to add exceptions :)
Roles is the next thing in my list to do..
Thanks for that JM I'm looking forward to future developments with this.
This topic has been closed to new replies.