Title: Editor Access
Last modified: September 1, 2016

---

# Editor Access

 *  [Renee111](https://wordpress.org/support/users/renee111/)
 * (@renee111)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/editor-access-15/)
 * Is it possible to allow editors access to the settings. At the moment when they
   hover over tools in the dashboard there is no Redirection option available.
 * I am an admin and i can see the option – but need to delegate this to editors
 * Thanks
 * [https://wordpress.org/plugins/redirection/](https://wordpress.org/plugins/redirection/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [tlhInganHom](https://wordpress.org/support/users/tlhinganhom/)
 * (@tlhinganhom)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/editor-access-15/#post-7627346)
 * This would be wonderful. I’m currently scouring the support forum looking for
   a way to hack the plugin to do this, but if it was native, that would be awesome.
 *  [Thane](https://wordpress.org/support/users/thanewest/)
 * (@thanewest)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/editor-access-15/#post-7627353)
 * Add this to your theme’s functions.php file:
 * add_filter(‘redirection_role’, ‘my_redirection_role’);
    function my_redirection_role(
   $role) { return ‘publish_pages’; }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Editor Access’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Thane](https://wordpress.org/support/users/thanewest/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/editor-access-15/#post-7627353)
 * Status: not resolved