Loging redirects settings available to non-admins? | Peter's Login Redirect | Forum
Back to the login redirect plugin page
Topic RSS
Loging redirects settings available to non-admins?
In the plugin file there is this line:
add_options_page('Login redirects', 'Login redirects', 7, 'wplogin_redirect.php', 'rul_optionsmenu');
You can change the number 7 to any of the WordPress capabilities, such as 'manage_options'.